Skip to content

Commit a405480

Browse files
Update dependency sinatra to v2
1 parent 79e800a commit a405480

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed
Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,31 @@
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.2.0)
5+
mustermann (3.0.0)
6+
ruby2_keywords (~> 0.0.1)
7+
rack (3.1.4)
8+
rack-protection (4.0.0)
9+
base64 (>= 0.1.0)
10+
rack (>= 3.0.0, < 4)
11+
rack-session (2.0.0)
12+
rack (>= 3.0.0)
13+
ruby2_keywords (0.0.5)
14+
sinatra (4.0.0)
15+
mustermann (~> 3.0)
16+
rack (>= 3.0.0, < 4)
17+
rack-protection (= 4.0.0)
18+
rack-session (>= 2.0.0, < 3)
19+
tilt (~> 2.0)
1120
sinatra-cross_origin (0.3.2)
12-
tilt (2.0.1)
21+
tilt (2.4.0)
1322

1423
PLATFORMS
1524
ruby
1625

1726
DEPENDENCIES
1827
sinatra
1928
sinatra-cross_origin
29+
30+
BUNDLED WITH
31+
2.5.14

0 commit comments

Comments
 (0)