Skip to content

Commit

Permalink
Merge pull request #13 from jnankin/master
Browse files Browse the repository at this point in the history
fixes #12 allow minor versions of deep_merge
  • Loading branch information
laurilehmijoki committed Jan 22, 2016
2 parents 18715b7 + 1c64c24 commit a371c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure-s3-website.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec = Gem::Specification.new do |s|
s.summary = 'Configure your AWS S3 bucket to function as a web site'
s.bindir = 'bin'

s.add_dependency 'deep_merge', '= 1.0.0'
s.add_dependency 'deep_merge', '~> 1.0.0'

s.add_development_dependency 'rspec', '~> 2.10.0'
s.add_development_dependency 'rspec-expectations', '~> 2.10.0'
Expand Down

0 comments on commit a371c85

Please sign in to comment.