Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 9cf3347

Browse files
dixpacDavid Heinemeier Hansson
authored andcommitted
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.
1 parent 4994e1a commit 9cf3347

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ gem 'byebug'
88
gem 'sqlite3'
99
gem 'httparty'
1010

11-
gem 'aws-sdk', require: false
11+
gem 'aws-sdk', '~> 2', require: false
1212
gem 'google-cloud-storage', require: false

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ PLATFORMS
138138

139139
DEPENDENCIES
140140
activestorage!
141-
aws-sdk
141+
aws-sdk (~> 2)
142142
bundler (~> 1.15)
143143
byebug
144144
google-cloud-storage

0 commit comments

Comments
 (0)