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

Commit d522cc4

Browse files
authored
Update Sinatra to 2.0.2, and run bundle update (#32)
1 parent 096806b commit d522cc4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ ruby "2.5.0"
55
gem 'dotenv', '2.2.1'
66
gem 'encrypted_cookie', '0.0.5'
77
gem 'json', '2.1.0'
8-
gem 'sinatra', '2.0.1'
8+
gem 'sinatra', '2.0.2'
99
gem 'stripe', '3.11.0'

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ GEM
44
dotenv (2.2.1)
55
encrypted_cookie (0.0.5)
66
rack (>= 1.1, < 3)
7-
faraday (0.14.0)
7+
faraday (0.15.2)
88
multipart-post (>= 1.2, < 3)
99
json (2.1.0)
1010
multipart-post (2.0.0)
1111
mustermann (1.0.2)
12-
rack (2.0.4)
13-
rack-protection (2.0.1)
12+
rack (2.0.5)
13+
rack-protection (2.0.2)
1414
rack
15-
sinatra (2.0.1)
15+
sinatra (2.0.2)
1616
mustermann (~> 1.0)
1717
rack (~> 2.0)
18-
rack-protection (= 2.0.1)
18+
rack-protection (= 2.0.2)
1919
tilt (~> 2.0)
2020
stripe (3.11.0)
2121
faraday (~> 0.10)
@@ -28,7 +28,7 @@ DEPENDENCIES
2828
dotenv (= 2.2.1)
2929
encrypted_cookie (= 0.0.5)
3030
json (= 2.1.0)
31-
sinatra (= 2.0.1)
31+
sinatra (= 2.0.2)
3232
stripe (= 3.11.0)
3333

3434
RUBY VERSION

0 commit comments

Comments
 (0)