Add rake to Gemfile
Showing
... | @@ -24,3 +24,5 @@ gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw] | ... | @@ -24,3 +24,5 @@ gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw] |
platforms :mri_18 do | platforms :mri_18 do | ||
gem "ruby18_source_location" | gem "ruby18_source_location" | ||
end | end | ||
gem "rake", "~> 10.1.0" | |||
\ No newline at end of file |
Please register or sign in to comment