Skip to content

Commit 20ff03b

Browse files
Merge dependabot/bundler/api/ruby/basics-of-authentication/sinatra-2.2.3 into combine-prs-branch
2 parents 86b260b + 86b67a4 commit 20ff03b

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source "https://rubygems.org"
22

33
gem "rest-client", "~> 1.8.0"
4-
gem "sinatra", "~> 1.3.5"
4+
gem "sinatra", "~> 2.2.3"
Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,28 @@
11
GEM
2-
remote: http://rubygems.org/
2+
remote: https://rubygems.org/
33
specs:
44
domain_name (0.5.20190701)
55
unf (>= 0.0.5, < 1.0.0)
66
http-cookie (1.0.3)
77
domain_name (~> 0.5)
88
mime-types (2.99.3)
9+
mustermann (2.0.2)
10+
ruby2_keywords (~> 0.0.1)
911
netrc (0.11.0)
10-
rack (1.6.13)
11-
rack-protection (1.3.2)
12+
rack (2.2.5)
13+
rack-protection (2.2.3)
1214
rack
1315
rest-client (1.8.0)
1416
http-cookie (>= 1.0.2, < 2.0)
1517
mime-types (>= 1.16, < 3.0)
1618
netrc (~> 0.7)
17-
sinatra (1.3.5)
18-
rack (~> 1.4)
19-
rack-protection (~> 1.3)
20-
tilt (~> 1.3, >= 1.3.3)
21-
tilt (1.3.3)
19+
ruby2_keywords (0.0.5)
20+
sinatra (2.2.3)
21+
mustermann (~> 2.0)
22+
rack (~> 2.2)
23+
rack-protection (= 2.2.3)
24+
tilt (~> 2.0)
25+
tilt (2.0.11)
2226
unf (0.1.4)
2327
unf_ext
2428
unf_ext (0.0.7.6)
@@ -28,7 +32,7 @@ PLATFORMS
2832

2933
DEPENDENCIES
3034
rest-client (~> 1.8.0)
31-
sinatra (~> 1.3.5)
35+
sinatra (~> 2.2.3)
3236

3337
BUNDLED WITH
3438
1.17.2

0 commit comments

Comments
 (0)