Skip to content

Commit

Permalink
Merge pull request #79 from gocardless/update-deps
Browse files Browse the repository at this point in the history
Bump aws/gcs gem min versions
  • Loading branch information
ivgiuliani authored Jan 13, 2025
2 parents e2e7223 + 7ecf81b commit 94455fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bucket_store.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 3.1"

s.add_dependency "aws-sdk-s3", ">= 1.147"
s.add_dependency "google-cloud-storage", ">= 1.50"
s.add_dependency "aws-sdk-s3", ">= 1.177"
s.add_dependency "google-cloud-storage", ">= 1.54"

s.metadata["rubygems_mfa_required"] = "true"
end

0 comments on commit 94455fe

Please sign in to comment.