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 44d022aCopy full SHA for 44d022a
api/ruby/rendering-data-as-graphs/Gemfile
@@ -1,6 +1,6 @@
1
source "https://rubygems.org"
2
3
-gem "json", "~>2.1.0"
+gem "json", "~>2.3.0"
4
gem "octokit", "~>4.7.0"
5
gem "sinatra", "~>1.4.8"
6
gem "sinatra_auth_github", "~>1.2.0"
api/ruby/rendering-data-as-graphs/Gemfile.lock
@@ -13,7 +13,7 @@ GEM
13
multipart-post (>= 1.2, < 3)
14
i18n (1.12.0)
15
concurrent-ruby (~> 1.0)
16
- json (2.1.0)
+ json (2.3.0)
17
minitest (5.17.0)
18
multipart-post (2.0.0)
19
octokit (4.7.0)
@@ -46,7 +46,7 @@ PLATFORMS
46
ruby
47
48
DEPENDENCIES
49
- json (~> 2.1.0)
+ json (~> 2.3.0)
50
octokit (~> 4.7.0)
51
sinatra (~> 1.4.8)
52
sinatra_auth_github (~> 1.2.0)
0 commit comments