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 75e5315 + 44d022a commit 5c3a4e0Copy full SHA for 5c3a4e0
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
@@ -34,7 +34,7 @@ GEM
34
faraday-retry (1.0.3)
35
i18n (1.12.0)
36
concurrent-ruby (~> 1.0)
37
- json (2.1.0)
+ json (2.3.0)
38
minitest (5.17.0)
39
multipart-post (2.3.0)
40
octokit (4.7.0)
@@ -68,7 +68,7 @@ PLATFORMS
68
ruby
69
70
DEPENDENCIES
71
- json (~> 2.1.0)
+ json (~> 2.3.0)
72
octokit (~> 4.7.0)
73
sinatra (~> 1.4.8)
74
sinatra_auth_github (~> 1.2.0)
0 commit comments