Skip to content

Commit

Permalink
issue fix aws-sdk dependency update laurilehmijoki#23
Browse files Browse the repository at this point in the history
aws-sdk dependecy to ~>3
  • Loading branch information
BhagyaAmarasinghe authored Nov 5, 2022
1 parent b095568 commit b7ded13
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 @@ -10,7 +10,7 @@ spec = Gem::Specification.new do |s|
s.bindir = 'bin'

s.add_dependency 'deep_merge', '~> 1.0.0'
s.add_dependency 'aws-sdk', '~> 2'
s.add_dependency 'aws-sdk', '~> 3'

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

0 comments on commit b7ded13

Please sign in to comment.