Skip to content

Commit b913925

Browse files
Merge dependabot/bundler/app/ruby/app-issue-creator/sinatra-2.2.3 into combine-prs-branch
2 parents 74ea92b + 1fdfee6 commit b913925

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

app/ruby/app-issue-creator/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ gem "activesupport", "~> 6.0"
44
gem "json", "~> 1.8"
55
gem "jwt"
66
gem "octokit"
7-
gem "sinatra", "~> 1.3.5"
7+
gem "sinatra", "~> 2.2.3"

app/ruby/app-issue-creator/Gemfile.lock

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,25 @@ GEM
1818
jwt (1.5.6)
1919
minitest (5.17.0)
2020
multipart-post (2.0.0)
21+
mustermann (2.0.2)
22+
ruby2_keywords (~> 0.0.1)
2123
octokit (4.7.0)
2224
sawyer (~> 0.8.0, >= 0.5.3)
2325
public_suffix (2.0.5)
24-
rack (1.6.13)
25-
rack-protection (1.5.3)
26+
rack (2.2.6.2)
27+
rack-protection (2.2.3)
2628
rack
29+
ruby2_keywords (0.0.5)
2730
sawyer (0.8.1)
2831
addressable (>= 2.3.5, < 2.6)
2932
faraday (~> 0.8, < 1.0)
30-
sinatra (1.3.6)
31-
rack (~> 1.4)
32-
rack-protection (~> 1.3)
33-
tilt (~> 1.3, >= 1.3.3)
33+
sinatra (2.2.3)
34+
mustermann (~> 2.0)
35+
rack (~> 2.2)
36+
rack-protection (= 2.2.3)
37+
tilt (~> 2.0)
3438
thread_safe (0.3.6)
35-
tilt (1.4.1)
39+
tilt (2.1.0)
3640
tzinfo (1.2.11)
3741
thread_safe (~> 0.1)
3842
zeitwerk (2.6.6)
@@ -45,7 +49,7 @@ DEPENDENCIES
4549
json (~> 1.8)
4650
jwt
4751
octokit
48-
sinatra (~> 1.3.5)
52+
sinatra (~> 2.2.3)
4953

5054
BUNDLED WITH
5155
1.17.1

0 commit comments

Comments
 (0)