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.
1 parent 7bc27c0 commit 96159aaCopy full SHA for 96159aa
api/ruby/building-a-ci-server/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", "~> 1.3.5"
api/ruby/building-a-ci-server/Gemfile.lock
@@ -1,10 +1,10 @@
GEM
- remote: http://rubygems.org/
+ remote: https://rubygems.org/
specs:
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
octokit (3.0.0)
10
sawyer (~> 0.5.3)
@@ -26,7 +26,7 @@ PLATFORMS
26
ruby
27
28
DEPENDENCIES
29
- json (~> 1.8)
+ json (~> 2.3)
30
octokit (~> 3.0)
31
shotgun
32
sinatra (~> 1.3.5)
0 commit comments