Skip to content

Commit d2053a3

Browse files
Bump json from 1.8.6 to 2.3.0 in /app/ruby/app-issue-creator
Bumps [json](https://github.com/flori/json) from 1.8.6 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.6...v2.3.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 945ba8a commit d2053a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/ruby/app-issue-creator/Gemfile

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

33
gem "activesupport", "~> 6.0"
4-
gem "json", "~> 1.8"
4+
gem "json", "~> 2.3"
55
gem "jwt"
66
gem "octokit"
77
gem "sinatra", "~> 1.3.5"

app/ruby/app-issue-creator/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GEM
1414
multipart-post (>= 1.2, < 3)
1515
i18n (1.12.0)
1616
concurrent-ruby (~> 1.0)
17-
json (1.8.6)
17+
json (2.3.0)
1818
jwt (1.5.6)
1919
minitest (5.17.0)
2020
multipart-post (2.0.0)
@@ -42,7 +42,7 @@ PLATFORMS
4242

4343
DEPENDENCIES
4444
activesupport (~> 6.0)
45-
json (~> 1.8)
45+
json (~> 2.3)
4646
jwt
4747
octokit
4848
sinatra (~> 1.3.5)

0 commit comments

Comments
 (0)