From ab0eff2176058aa1c5c976ea4a8ef921bb037f21 Mon Sep 17 00:00:00 2001 From: John Gill Date: Tue, 1 Mar 2016 14:43:52 -0800 Subject: [PATCH] Update all Gemfiles to use json 1.8+ --- api/ruby/building-a-ci-server/Gemfile | 2 +- api/ruby/building-a-ci-server/Gemfile.lock | 7 +++++-- api/ruby/delivering-deployments/Gemfile | 2 +- api/ruby/delivering-deployments/Gemfile.lock | 7 +++++-- api/ruby/rendering-data-as-graphs/Gemfile | 2 +- api/ruby/rendering-data-as-graphs/Gemfile.lock | 7 +++++-- hooks/ruby/configuring-your-server/Gemfile | 2 +- hooks/ruby/configuring-your-server/Gemfile.lock | 7 +++++-- 8 files changed, 24 insertions(+), 12 deletions(-) diff --git a/api/ruby/building-a-ci-server/Gemfile b/api/ruby/building-a-ci-server/Gemfile index 8bd8a4b0e..de581d11f 100644 --- a/api/ruby/building-a-ci-server/Gemfile +++ b/api/ruby/building-a-ci-server/Gemfile @@ -1,6 +1,6 @@ source "http://rubygems.org" -gem "json", "1.7.7" +gem "json", "~> 1.8" gem 'sinatra', '~> 1.3.5' gem "shotgun" gem "octokit", '~> 3.0' diff --git a/api/ruby/building-a-ci-server/Gemfile.lock b/api/ruby/building-a-ci-server/Gemfile.lock index 1b3c4edfc..6261cde48 100644 --- a/api/ruby/building-a-ci-server/Gemfile.lock +++ b/api/ruby/building-a-ci-server/Gemfile.lock @@ -4,7 +4,7 @@ GEM addressable (2.3.6) faraday (0.9.0) multipart-post (>= 1.2, < 3) - json (1.7.7) + json (1.8.3) multipart-post (2.0.0) octokit (3.0.0) sawyer (~> 0.5.3) @@ -26,7 +26,10 @@ PLATFORMS ruby DEPENDENCIES - json (= 1.7.7) + json (~> 1.8) octokit (~> 3.0) shotgun sinatra (~> 1.3.5) + +BUNDLED WITH + 1.11.2 diff --git a/api/ruby/delivering-deployments/Gemfile b/api/ruby/delivering-deployments/Gemfile index 8bd8a4b0e..de581d11f 100644 --- a/api/ruby/delivering-deployments/Gemfile +++ b/api/ruby/delivering-deployments/Gemfile @@ -1,6 +1,6 @@ source "http://rubygems.org" -gem "json", "1.7.7" +gem "json", "~> 1.8" gem 'sinatra', '~> 1.3.5' gem "shotgun" gem "octokit", '~> 3.0' diff --git a/api/ruby/delivering-deployments/Gemfile.lock b/api/ruby/delivering-deployments/Gemfile.lock index 1b3c4edfc..6261cde48 100644 --- a/api/ruby/delivering-deployments/Gemfile.lock +++ b/api/ruby/delivering-deployments/Gemfile.lock @@ -4,7 +4,7 @@ GEM addressable (2.3.6) faraday (0.9.0) multipart-post (>= 1.2, < 3) - json (1.7.7) + json (1.8.3) multipart-post (2.0.0) octokit (3.0.0) sawyer (~> 0.5.3) @@ -26,7 +26,10 @@ PLATFORMS ruby DEPENDENCIES - json (= 1.7.7) + json (~> 1.8) octokit (~> 3.0) shotgun sinatra (~> 1.3.5) + +BUNDLED WITH + 1.11.2 diff --git a/api/ruby/rendering-data-as-graphs/Gemfile b/api/ruby/rendering-data-as-graphs/Gemfile index 9811a87e3..b9e8fb585 100644 --- a/api/ruby/rendering-data-as-graphs/Gemfile +++ b/api/ruby/rendering-data-as-graphs/Gemfile @@ -1,6 +1,6 @@ source "http://rubygems.org" -gem "json", "1.7.7" +gem "json", "~> 1.8" gem 'sinatra', '~> 1.3.5' gem 'sinatra_auth_github', '~> 0.13.3' gem 'octokit', '~> 1.23.0' diff --git a/api/ruby/rendering-data-as-graphs/Gemfile.lock b/api/ruby/rendering-data-as-graphs/Gemfile.lock index dc2bd195e..cbad594ef 100644 --- a/api/ruby/rendering-data-as-graphs/Gemfile.lock +++ b/api/ruby/rendering-data-as-graphs/Gemfile.lock @@ -7,7 +7,7 @@ GEM faraday_middleware (0.9.0) faraday (>= 0.7.4, < 0.9) hashie (1.2.0) - json (1.7.7) + json (1.8.3) multi_json (1.6.1) multipart-post (1.2.0) netrc (0.7.7) @@ -39,7 +39,10 @@ PLATFORMS ruby DEPENDENCIES - json (= 1.7.7) + json (~> 1.8) octokit (~> 1.23.0) sinatra (~> 1.3.5) sinatra_auth_github (~> 0.13.3) + +BUNDLED WITH + 1.11.2 diff --git a/hooks/ruby/configuring-your-server/Gemfile b/hooks/ruby/configuring-your-server/Gemfile index 805a6ec04..eeb447ba1 100644 --- a/hooks/ruby/configuring-your-server/Gemfile +++ b/hooks/ruby/configuring-your-server/Gemfile @@ -1,4 +1,4 @@ source "http://rubygems.org" -gem "json", "1.7.7" +gem "json", "~> 1.8" gem 'sinatra', '~> 1.3.5' diff --git a/hooks/ruby/configuring-your-server/Gemfile.lock b/hooks/ruby/configuring-your-server/Gemfile.lock index 569009d15..7d92906ba 100644 --- a/hooks/ruby/configuring-your-server/Gemfile.lock +++ b/hooks/ruby/configuring-your-server/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: http://rubygems.org/ specs: - json (1.7.7) + json (1.8.3) rack (1.5.2) rack-protection (1.5.2) rack @@ -15,5 +15,8 @@ PLATFORMS ruby DEPENDENCIES - json (= 1.7.7) + json (~> 1.8) sinatra (~> 1.3.5) + +BUNDLED WITH + 1.11.2