Skip to content

Commit

Permalink
Bump to Rails 3.2.5, don't allow broken 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Jun 1, 2012
1 parent ae68306 commit e6efa36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/spree_core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |s|
s.add_dependency 'aws-sdk', '~> 1.3.4'
s.add_dependency 'ransack', '~> 0.6.0'
s.add_dependency 'activemerchant', '= 1.20.4'
s.add_dependency 'rails', '>= 3.2.2', '<= 3.2.3'
s.add_dependency 'rails', '>= 3.2.2', '<= 3.2.5', '!= 3.2.4'
s.add_dependency 'kaminari', '>= 0.13.0'
s.add_dependency 'deface', '>= 0.8.0'
s.add_dependency 'stringex', '~> 1.3.2'
Expand Down

0 comments on commit e6efa36

Please sign in to comment.