Skip to content

Commit 2a3e72b

Browse files
Merge dependabot/bundler/hooks/ruby/configuring-your-server/sinatra-2.2.3 into combine-prs-branch
2 parents b913925 + 8f8fa57 commit 2a3e72b

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
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 "json", "~> 2.3"
4-
gem "sinatra", "~> 1.3.5"
4+
gem "sinatra", "~> 2.2.3"

hooks/ruby/configuring-your-server/Gemfile.lock

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,25 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
json (2.3.0)
5-
rack (1.6.13)
6-
rack-protection (1.5.5)
5+
mustermann (2.0.2)
6+
ruby2_keywords (~> 0.0.1)
7+
rack (2.2.6.2)
8+
rack-protection (2.2.3)
79
rack
8-
sinatra (1.3.6)
9-
rack (~> 1.4)
10-
rack-protection (~> 1.3)
11-
tilt (~> 1.3, >= 1.3.3)
12-
tilt (1.4.1)
10+
ruby2_keywords (0.0.5)
11+
sinatra (2.2.3)
12+
mustermann (~> 2.0)
13+
rack (~> 2.2)
14+
rack-protection (= 2.2.3)
15+
tilt (~> 2.0)
16+
tilt (2.1.0)
1317

1418
PLATFORMS
1519
ruby
1620

1721
DEPENDENCIES
1822
json (~> 2.3)
19-
sinatra (~> 1.3.5)
23+
sinatra (~> 2.2.3)
2024

2125
BUNDLED WITH
2226
1.11.2

0 commit comments

Comments
 (0)