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

Bumping up to 3.1 for gem development

This commit is contained in:
Jeff Casimir 2012-01-16 07:16:57 -05:00
parent 7a908035c3
commit a581c0ec9a

View file

@ -2,8 +2,8 @@ source :rubygems
gem 'rake'
gem 'rspec', '~> 2.0'
gem 'activesupport', '~> 3.0.10'
gem 'actionpack', "~> 3.0.10", :require => 'action_view'
gem 'activesupport', '~> 3.1.3'
gem 'actionpack', "~> 3.1.3", :require => 'action_view'
gem 'ammeter', '~> 0.1.3', :require => 'ammeter/init'
gem 'guard'
gem 'guard-rspec'