Skip to content

Commit

Permalink
Merge pull request #1097 from jrochkind/loosen_paperclip_dep
Browse files Browse the repository at this point in the history
loosen paperclip dep to allow minor version upgrades
  • Loading branch information
cbrunsdon committed Apr 26, 2016
2 parents b3c3d30 + 3ca278a commit 2ef9f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/solidus_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 'highline', '~> 1.6.18' # Necessary for the install generator
s.add_dependency 'kaminari', '~> 0.15', '>= 0.15.1'
s.add_dependency 'monetize', '~> 1.1'
s.add_dependency 'paperclip', '~> 4.2.0'
s.add_dependency 'paperclip', '~> 4.2'
s.add_dependency 'paranoia', '~> 2.1', '>= 2.1.4'
s.add_dependency 'premailer-rails'
s.add_dependency 'rails', '~> 4.2.5'
Expand Down

0 comments on commit 2ef9f54

Please sign in to comment.