We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a481056 + 6810939 commit 95f47f7Copy full SHA for 95f47f7
Gemfile
@@ -4,7 +4,7 @@ ruby "2.7.1"
4
5
gem 'dotenv', '~> 2.2'
6
gem 'encrypted_cookie', '~> 0.0'
7
-gem 'json', '~> 2.1'
+gem 'json', '~> 2.3'
8
gem 'sinatra', '~> 2.0'
9
gem 'stripe', '~> 4.10'
10
gem 'sinatra-cross_origin'
Gemfile.lock
@@ -7,7 +7,7 @@ GEM
rack (>= 1.1, < 3)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
- json (2.2.0)
+ json (2.3.0)
11
multipart-post (2.0.0)
12
mustermann (1.0.3)
13
net-http-persistent (3.0.0)
@@ -32,7 +32,7 @@ PLATFORMS
32
DEPENDENCIES
33
dotenv (~> 2.2)
34
encrypted_cookie (~> 0.0)
35
- json (~> 2.1)
+ json (~> 2.3)
36
sinatra (~> 2.0)
37
sinatra-cross_origin
38
stripe (~> 4.10)
0 commit comments