Skip to content

Commit 96159aa

Browse files
Bump json from 1.8.3 to 2.3.0 in /api/ruby/building-a-ci-server
Bumps [json](https://github.com/flori/json) from 1.8.3 to 2.3.0. - [Release notes](https://github.com/flori/json/releases) - [Changelog](https://github.com/flori/json/blob/master/CHANGES.md) - [Commits](ruby/json@v1.8.3...v2.3.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7bc27c0 commit 96159aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api/ruby/building-a-ci-server/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "json", "~> 1.8"
3+
gem "json", "~> 2.3"
44
gem "octokit", "~> 3.0"
55
gem "shotgun"
66
gem "sinatra", "~> 1.3.5"

api/ruby/building-a-ci-server/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
GEM
2-
remote: http://rubygems.org/
2+
remote: https://rubygems.org/
33
specs:
44
addressable (2.3.6)
55
faraday (0.9.0)
66
multipart-post (>= 1.2, < 3)
7-
json (1.8.3)
7+
json (2.3.0)
88
multipart-post (2.0.0)
99
octokit (3.0.0)
1010
sawyer (~> 0.5.3)
@@ -26,7 +26,7 @@ PLATFORMS
2626
ruby
2727

2828
DEPENDENCIES
29-
json (~> 1.8)
29+
json (~> 2.3)
3030
octokit (~> 3.0)
3131
shotgun
3232
sinatra (~> 1.3.5)

0 commit comments

Comments
 (0)