Skip to content

Commit 95f47f7

Browse files
authored
Merge pull request stripe#26 from stripe/dependabot/bundler/json-2.3.0
Bump json from 2.2.0 to 2.3.0
2 parents a481056 + 6810939 commit 95f47f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ruby "2.7.1"
44

55
gem 'dotenv', '~> 2.2'
66
gem 'encrypted_cookie', '~> 0.0'
7-
gem 'json', '~> 2.1'
7+
gem 'json', '~> 2.3'
88
gem 'sinatra', '~> 2.0'
99
gem 'stripe', '~> 4.10'
1010
gem 'sinatra-cross_origin'

Gemfile.lock

+2-2
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.0.0)
1212
mustermann (1.0.3)
1313
net-http-persistent (3.0.0)
@@ -32,7 +32,7 @@ PLATFORMS
3232
DEPENDENCIES
3333
dotenv (~> 2.2)
3434
encrypted_cookie (~> 0.0)
35-
json (~> 2.1)
35+
json (~> 2.3)
3636
sinatra (~> 2.0)
3737
sinatra-cross_origin
3838
stripe (~> 4.10)

0 commit comments

Comments
 (0)