Skip to content

Commit 501b205

Browse files
Merge dependabot/bundler/api/ruby/delivering-deployments/json-2.3.0 into combine-prs-branch
2 parents 9b67875 + f68d58c commit 501b205

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)