Skip to content
This repository was archived by the owner on Jan 31, 2019. It is now read-only.

Commit 84f1d93

Browse files
committed
updates aws-sdk gem
1 parent aad15b4 commit 84f1d93

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
PATH
22
remote: .
33
specs:
4-
github-services (1.0.0.fb64b5c)
4+
github-services (1.0.0.a8983ad)
55
activeresource (~> 3.0.0)
66
addressable (~> 2.2.7)
7-
aws-sdk (~> 1.8.0)
7+
aws-sdk (~> 1.27)
88
faraday (= 0.8.7)
99
httparty (= 0.7.4)
1010
mail (~> 2.3)
@@ -32,7 +32,7 @@ GEM
3232
activesupport (= 3.0.20)
3333
activesupport (3.0.20)
3434
addressable (2.2.8)
35-
aws-sdk (1.8.5)
35+
aws-sdk (1.27.0)
3636
json (~> 1.4)
3737
nokogiri (>= 1.4.4)
3838
uuidtools (~> 2.1)

github-services.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Gem::Specification.new do |spec|
5555
spec.add_dependency "softlayer_messaging", "~> 1.0.2"
5656

5757
# Amazon SNS, Amazon SQS
58-
spec.add_dependency "aws-sdk", "~> 1.8.0"
58+
spec.add_dependency "aws-sdk", "~> 1.27"
5959
spec.add_dependency "httparty", "0.7.4"
6060

6161
spec.files = %w(Gemfile LICENSE README.mkdn CONTRIBUTING.md Rakefile)

0 commit comments

Comments
 (0)