1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00

Making Rake requirement flexible for 1.9.3 compatibility

This commit is contained in:
Jeff Casimir 2011-08-28 00:08:46 -05:00
parent be24b433b4
commit a6b5825a3c

View file

@ -1,6 +1,6 @@
source :rubygems source :rubygems
gem 'rake', '0.8.7' gem 'rake'
gem 'rspec', '~> 2.0.1' gem 'rspec', '~> 2.0.1'
gem 'activesupport', '~> 3.0.10' gem 'activesupport', '~> 3.0.10'
gem 'actionpack', "~> 3.0.10", :require => 'action_view' gem 'actionpack', "~> 3.0.10", :require => 'action_view'