diff --git a/Gemfile b/Gemfile index 8e2031ed85..a757a5c793 100644 --- a/Gemfile +++ b/Gemfile @@ -8,5 +8,5 @@ gem 'byebug' gem 'sqlite3' gem 'httparty' -gem 'aws-sdk', require: false +gem 'aws-sdk', '~> 2', require: false gem 'google-cloud-storage', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 797996cdc3..7e4c6f78f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -138,7 +138,7 @@ PLATFORMS DEPENDENCIES activestorage! - aws-sdk + aws-sdk (~> 2) bundler (~> 1.15) byebug google-cloud-storage