mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Scope aws-skd to version 2 (#34)
Since we use new aws-sdk API, I've scoped aws-sdk version so someone doesn't accidentaly installs wrong version during the development.
This commit is contained in:
parent
4994e1aedd
commit
9cf3347899
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
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
|
||||
|
|
|
@ -138,7 +138,7 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
activestorage!
|
||||
aws-sdk
|
||||
aws-sdk (~> 2)
|
||||
bundler (~> 1.15)
|
||||
byebug
|
||||
google-cloud-storage
|
||||
|
|
Loading…
Reference in a new issue