Skip to content

Commit b19cc21

Browse files
chore(deps): update dependency sinatra to v2
1 parent 79e800a commit b19cc21

File tree

1 file changed

+24
-8
lines changed

1 file changed

+24
-8
lines changed
Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,35 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
rack (1.6.4)
5-
rack-protection (1.5.3)
6-
rack
7-
sinatra (1.4.6)
8-
rack (~> 1.4)
9-
rack-protection (~> 1.4)
10-
tilt (>= 1.3, < 3)
4+
base64 (0.3.0)
5+
logger (1.7.0)
6+
mustermann (3.0.4)
7+
ruby2_keywords (~> 0.0.1)
8+
rack (3.2.2)
9+
rack-protection (4.1.1)
10+
base64 (>= 0.1.0)
11+
logger (>= 1.6.0)
12+
rack (>= 3.0.0, < 4)
13+
rack-session (2.1.1)
14+
base64 (>= 0.1.0)
15+
rack (>= 3.0.0)
16+
ruby2_keywords (0.0.5)
17+
sinatra (4.1.1)
18+
logger (>= 1.6.0)
19+
mustermann (~> 3.0)
20+
rack (>= 3.0.0, < 4)
21+
rack-protection (= 4.1.1)
22+
rack-session (>= 2.0.0, < 3)
23+
tilt (~> 2.0)
1124
sinatra-cross_origin (0.3.2)
12-
tilt (2.0.1)
25+
tilt (2.6.1)
1326

1427
PLATFORMS
1528
ruby
1629

1730
DEPENDENCIES
1831
sinatra
1932
sinatra-cross_origin
33+
34+
BUNDLED WITH
35+
2.7.2

0 commit comments

Comments
 (0)