Add rake to Gemfile
Showing
| ... | @@ -23,4 +23,6 @@ gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw] | ... | @@ -23,4 +23,6 @@ gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw] |
| # Cross-templating language block fix for Ruby 1.8 | # Cross-templating language block fix for Ruby 1.8 | ||
| platforms :mri_18 do | platforms :mri_18 do | ||
| gem "ruby18_source_location" | gem "ruby18_source_location" | ||
| end | end | ||
| \ No newline at end of file | |||
| gem "rake", "~> 10.1.0" | |||
| \ No newline at end of file |
Please register or sign in to comment