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:
parent
be24b433b4
commit
a6b5825a3c
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
|||
source :rubygems
|
||||
|
||||
gem 'rake', '0.8.7'
|
||||
gem 'rake'
|
||||
gem 'rspec', '~> 2.0.1'
|
||||
gem 'activesupport', '~> 3.0.10'
|
||||
gem 'actionpack', "~> 3.0.10", :require => 'action_view'
|
||||
|
|
Loading…
Add table
Reference in a new issue