Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit 29d2521

Browse files
Bump json from 2.2.0 to 2.3.0 (#92)
Bumps [json](https://github.com/flori/json) from 2.2.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.2.0...v2.3.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6144075 commit 29d2521

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ ruby "2.6.3"
44

55
gem 'dotenv', '2.7.4'
66
gem 'encrypted_cookie', '0.0.5'
7-
gem 'json', '2.2.0'
7+
gem 'json', '2.3.0'
88
gem 'sinatra', '2.0.5'
99
gem 'stripe', '4.21.2'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GEM
77
rack (>= 1.1, < 3)
88
faraday (0.15.4)
99
multipart-post (>= 1.2, < 3)
10-
json (2.2.0)
10+
json (2.3.0)
1111
multipart-post (2.1.1)
1212
mustermann (1.0.3)
1313
net-http-persistent (3.0.1)
@@ -31,7 +31,7 @@ PLATFORMS
3131
DEPENDENCIES
3232
dotenv (= 2.7.4)
3333
encrypted_cookie (= 0.0.5)
34-
json (= 2.2.0)
34+
json (= 2.3.0)
3535
sinatra (= 2.0.5)
3636
stripe (= 4.21.2)
3737

0 commit comments

Comments
 (0)