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.
1 parent 945ba8a commit d2053a3Copy full SHA for d2053a3
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", "~> 1.3.5"
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)
@@ -42,7 +42,7 @@ PLATFORMS
42
43
DEPENDENCIES
44
activesupport (~> 6.0)
45
- json (~> 1.8)
+ json (~> 2.3)
46
jwt
47
octokit
48
sinatra (~> 1.3.5)
0 commit comments