Skip to content

Commit cd52fb1

Browse files
Merge dependabot/bundler/api/ruby/delivering-deployments/sinatra-2.2.3 into combine-prs-branch
2 parents 5950a9d + 35c4913 commit cd52fb1

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

api/ruby/delivering-deployments/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ source "https://rubygems.org"
33
gem "json", "~> 1.8"
44
gem "octokit", "~> 3.0"
55
gem "shotgun"
6-
gem "sinatra", "~> 1.3.5"
6+
gem "sinatra", "~> 2.2.3"

api/ruby/delivering-deployments/Gemfile.lock

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,25 @@ GEM
66
multipart-post (>= 1.2, < 3)
77
json (1.8.3)
88
multipart-post (2.0.0)
9+
mustermann (2.0.2)
10+
ruby2_keywords (~> 0.0.1)
911
octokit (3.0.0)
1012
sawyer (~> 0.5.3)
11-
rack (1.6.13)
12-
rack-protection (1.5.2)
13+
rack (2.2.6.2)
14+
rack-protection (2.2.3)
1315
rack
16+
ruby2_keywords (0.0.5)
1417
sawyer (0.5.4)
1518
addressable (~> 2.3.5)
1619
faraday (~> 0.8, < 0.10)
1720
shotgun (0.9)
1821
rack (>= 1.0)
19-
sinatra (1.3.6)
20-
rack (~> 1.4)
21-
rack-protection (~> 1.3)
22-
tilt (~> 1.3, >= 1.3.3)
23-
tilt (1.4.1)
22+
sinatra (2.2.3)
23+
mustermann (~> 2.0)
24+
rack (~> 2.2)
25+
rack-protection (= 2.2.3)
26+
tilt (~> 2.0)
27+
tilt (2.1.0)
2428

2529
PLATFORMS
2630
ruby
@@ -29,7 +33,7 @@ DEPENDENCIES
2933
json (~> 1.8)
3034
octokit (~> 3.0)
3135
shotgun
32-
sinatra (~> 1.3.5)
36+
sinatra (~> 2.2.3)
3337

3438
BUNDLED WITH
3539
1.11.2

0 commit comments

Comments
 (0)