Skip to content

Commit 44d022a

Browse files
Bump json from 2.1.0 to 2.3.0 in /api/ruby/rendering-data-as-graphs
Bumps [json](https://github.com/flori/json) from 2.1.0 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@v2.1.0...v2.3.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 945ba8a commit 44d022a

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

3-
gem "json", "~>2.1.0"
3+
gem "json", "~>2.3.0"
44
gem "octokit", "~>4.7.0"
55
gem "sinatra", "~>1.4.8"
66
gem "sinatra_auth_github", "~>1.2.0"

api/ruby/rendering-data-as-graphs/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GEM
1313
multipart-post (>= 1.2, < 3)
1414
i18n (1.12.0)
1515
concurrent-ruby (~> 1.0)
16-
json (2.1.0)
16+
json (2.3.0)
1717
minitest (5.17.0)
1818
multipart-post (2.0.0)
1919
octokit (4.7.0)
@@ -46,7 +46,7 @@ PLATFORMS
4646
ruby
4747

4848
DEPENDENCIES
49-
json (~> 2.1.0)
49+
json (~> 2.3.0)
5050
octokit (~> 4.7.0)
5151
sinatra (~> 1.4.8)
5252
sinatra_auth_github (~> 1.2.0)

0 commit comments

Comments
 (0)