Skip to content

Commit 74ea92b

Browse files
Merge dependabot/bundler/hooks/ruby/dismiss-review-server/sinatra-2.2.3 into combine-prs-branch
2 parents cd52fb1 + f15fe43 commit 74ea92b

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

hooks/ruby/dismiss-review-server/Gemfile

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

33
gem "json", "~> 2.3"
44
gem "rest-client"
5-
gem "sinatra", "~> 1.3.5"
5+
gem "sinatra", "~> 2.2.3"

hooks/ruby/dismiss-review-server/Gemfile.lock

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,23 @@ GEM
99
mime-types (3.1)
1010
mime-types-data (~> 3.2015)
1111
mime-types-data (3.2016.0521)
12+
mustermann (2.0.2)
13+
ruby2_keywords (~> 0.0.1)
1214
netrc (0.11.0)
13-
rack (1.6.13)
14-
rack-protection (1.5.5)
15+
rack (2.2.6.2)
16+
rack-protection (2.2.3)
1517
rack
1618
rest-client (2.0.1)
1719
http-cookie (>= 1.0.2, < 2.0)
1820
mime-types (>= 1.16, < 4.0)
1921
netrc (~> 0.8)
20-
sinatra (1.3.6)
21-
rack (~> 1.4)
22-
rack-protection (~> 1.3)
23-
tilt (~> 1.3, >= 1.3.3)
24-
tilt (1.4.1)
22+
ruby2_keywords (0.0.5)
23+
sinatra (2.2.3)
24+
mustermann (~> 2.0)
25+
rack (~> 2.2)
26+
rack-protection (= 2.2.3)
27+
tilt (~> 2.0)
28+
tilt (2.1.0)
2529
unf (0.1.4)
2630
unf_ext
2731
unf_ext (0.0.7.2)
@@ -32,7 +36,7 @@ PLATFORMS
3236
DEPENDENCIES
3337
json (~> 2.3)
3438
rest-client
35-
sinatra (~> 1.3.5)
39+
sinatra (~> 2.2.3)
3640

3741
BUNDLED WITH
3842
1.14.4

0 commit comments

Comments
 (0)