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.
2 parents 5c3a4e0 + d2053a3 commit 1e78747Copy full SHA for 1e78747
app/ruby/app-issue-creator/Gemfile
@@ -1,7 +1,7 @@
1
source "https://rubygems.org"
2
3
gem "activesupport", "~> 6.0"
4
-gem "json", "~> 1.8"
+gem "json", "~> 2.3"
5
gem "jwt"
6
gem "octokit"
7
gem "sinatra", "~> 2.2.3"
app/ruby/app-issue-creator/Gemfile.lock
@@ -14,7 +14,7 @@ GEM
14
multipart-post (>= 1.2, < 3)
15
i18n (1.12.0)
16
concurrent-ruby (~> 1.0)
17
- json (1.8.6)
+ json (2.3.0)
18
jwt (1.5.6)
19
minitest (5.17.0)
20
multipart-post (2.0.0)
@@ -46,7 +46,7 @@ PLATFORMS
46
47
DEPENDENCIES
48
activesupport (~> 6.0)
49
- json (~> 1.8)
+ json (~> 2.3)
50
jwt
51
octokit
52
sinatra (~> 2.2.3)
0 commit comments