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

Commit 32ee6c0

Browse files
committed
bump gems for latest aws-sdk-core and code deploy
1 parent b590405 commit 32ee6c0

File tree

8 files changed

+16
-4
lines changed

8 files changed

+16
-4
lines changed

Gemfile.lock

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
PATH
22
remote: .
33
specs:
4-
github-services (1.0.0.d158f22)
4+
github-services (1.0.0.f39cad6)
55
activeresource (~> 4.0.0)
66
addressable (~> 2.2.7)
77
aws-sdk (~> 1.27)
8+
aws-sdk-core (~> 2.0.8)
89
faraday (= 0.9.0)
910
httparty (= 0.7.4)
1011
mail (~> 2.3)
@@ -40,6 +41,11 @@ GEM
4041
addressable (2.2.8)
4142
aws-sdk (1.57.0)
4243
aws-sdk-v1 (= 1.57.0)
44+
aws-sdk-core (2.0.8)
45+
builder (~> 3.0)
46+
jmespath (~> 1.0)
47+
multi_json (~> 1.0)
48+
multi_xml (~> 0.5)
4349
aws-sdk-v1 (1.57.0)
4450
json (~> 1.4)
4551
nokogiri (>= 1.4.4)
@@ -59,6 +65,8 @@ GEM
5965
httparty (0.7.4)
6066
crack (= 0.1.8)
6167
i18n (0.6.11)
68+
jmespath (1.0.1)
69+
multi_json (~> 1.0)
6270
json (1.8.1)
6371
jwt (1.0.0)
6472
mail (2.6.3)
@@ -68,14 +76,15 @@ GEM
6876
curb-fu (~> 0.6.2)
6977
signet (~> 0.5.1)
7078
mime-types (1.25.1)
71-
mini_portile (0.6.0)
79+
mini_portile (0.6.1)
7280
minitest (5.4.2)
7381
mqtt (0.0.8)
7482
multi_json (1.10.1)
83+
multi_xml (0.5.5)
7584
multipart-post (2.0.0)
7685
netrc (0.8.0)
77-
nokogiri (1.6.3.1)
78-
mini_portile (= 0.6.0)
86+
nokogiri (1.6.4.1)
87+
mini_portile (~> 0.6.0)
7988
oauth (0.4.4)
8089
rack (1.5.2)
8190
rack-test (0.6.2)

github-services.gemspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ Gem::Specification.new do |spec|
6161
spec.add_dependency "aws-sdk", "~> 1.27"
6262
spec.add_dependency "httparty", "0.7.4"
6363

64+
# AWS CodeDeploy
65+
spec.add_dependency "aws-sdk-core", "~>2.0.8"
66+
6467
spec.files = %w(Gemfile LICENSE README.mkdn CONTRIBUTING.md Rakefile)
6568
spec.files << "#{lib}.gemspec"
6669
spec.files += Dir.glob("lib/**/*.rb")
243 KB
Binary file not shown.

vendor/cache/jmespath-1.0.1.gem

11.5 KB
Binary file not shown.
-13 KB
Binary file not shown.
13.5 KB
Binary file not shown.

vendor/cache/multi_xml-0.5.5.gem

20.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)