Skip to content

Commit f68d58c

Browse files
Bump json from 1.8.3 to 2.3.0 in /api/ruby/delivering-deployments
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) --- updated-dependencies: - dependency-name: json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9b67875 commit f68d58c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
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", "~> 2.2.3"

api/ruby/delivering-deployments/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GEM
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
mustermann (2.0.2)
1010
ruby2_keywords (~> 0.0.1)
@@ -30,7 +30,7 @@ PLATFORMS
3030
ruby
3131

3232
DEPENDENCIES
33-
json (~> 1.8)
33+
json (~> 2.3)
3434
octokit (~> 3.0)
3535
shotgun
3636
sinatra (~> 2.2.3)

0 commit comments

Comments
 (0)