diff options
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |