Skip to content

Commit

Permalink
Relax money dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Oct 22, 2013
1 parent 8cafc82 commit 3ebeae3
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 @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.add_dependency 'httparty', '~> 0.11' # For checking alerts.
s.add_dependency 'json', '~> 1.7'
s.add_dependency 'kaminari', '~> 0.14.1'
s.add_dependency 'money', '~> 5.1.1'
s.add_dependency 'money', '>= 5.1.1' # Allows anyone to use money from master. See #2737.
s.add_dependency 'paperclip', '~> 3.4.1'
s.add_dependency 'paranoia', '~> 2.0'
s.add_dependency 'rails', '~> 4.0.0'
Expand Down

0 comments on commit 3ebeae3

Please sign in to comment.