Skip to content

Commit 85afca7

Browse files
committed
Update sinatra
1 parent 1a2eb98 commit 85afca7

2 files changed

Lines changed: 17 additions & 10 deletions

File tree

Gemfile

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

33
gem 'activesupport'
4-
gem 'sinatra'
4+
gem 'sinatra', '~>4.1.0'
55

66
gem "puma"
77

Gemfile.lock

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ GEM
2626
logger (1.7.0)
2727
method_source (1.1.0)
2828
minitest (5.25.5)
29-
mustermann (2.0.2)
29+
mustermann (3.0.4)
3030
ruby2_keywords (~> 0.0.1)
3131
nio4r (2.7.4)
3232
pry (0.15.2)
@@ -37,15 +37,22 @@ GEM
3737
slop (~> 3.0)
3838
puma (6.6.1)
3939
nio4r (~> 2.0)
40-
rack (2.2.17)
41-
rack-protection (2.2.4)
42-
rack
40+
rack (3.2.0)
41+
rack-protection (4.1.1)
42+
base64 (>= 0.1.0)
43+
logger (>= 1.6.0)
44+
rack (>= 3.0.0, < 4)
45+
rack-session (2.1.1)
46+
base64 (>= 0.1.0)
47+
rack (>= 3.0.0)
4348
ruby2_keywords (0.0.5)
4449
securerandom (0.4.1)
45-
sinatra (2.2.4)
46-
mustermann (~> 2.0)
47-
rack (~> 2.2)
48-
rack-protection (= 2.2.4)
50+
sinatra (4.1.1)
51+
logger (>= 1.6.0)
52+
mustermann (~> 3.0)
53+
rack (>= 3.0.0, < 4)
54+
rack-protection (= 4.1.1)
55+
rack-session (>= 2.0.0, < 3)
4956
tilt (~> 2.0)
5057
slop (3.6.0)
5158
tilt (2.6.1)
@@ -62,7 +69,7 @@ DEPENDENCIES
6269
pry
6370
pry-remote
6471
puma
65-
sinatra
72+
sinatra (~> 4.1.0)
6673

6774
BUNDLED WITH
6875
2.6.2

0 commit comments

Comments
 (0)