We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b67875 + f68d58c commit 501b205Copy full SHA for 501b205
api/ruby/delivering-deployments/Gemfile
@@ -1,6 +1,6 @@
1
source "https://rubygems.org"
2
3
-gem "json", "~> 1.8"
+gem "json", "~> 2.3"
4
gem "octokit", "~> 3.0"
5
gem "shotgun"
6
gem "sinatra", "~> 2.2.3"
api/ruby/delivering-deployments/Gemfile.lock
@@ -4,7 +4,7 @@ GEM
addressable (2.3.6)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
7
- json (1.8.3)
+ json (2.3.0)
8
multipart-post (2.0.0)
9
mustermann (2.0.2)
10
ruby2_keywords (~> 0.0.1)
@@ -30,7 +30,7 @@ PLATFORMS
30
ruby
31
32
DEPENDENCIES
33
- json (~> 1.8)
+ json (~> 2.3)
34
octokit (~> 3.0)
35
shotgun
36
sinatra (~> 2.2.3)
0 commit comments