File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed
app/ruby/app-issue-creator Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ gem "activesupport", "~> 6.0"
4
4
gem "json" , "~> 1.8"
5
5
gem "jwt"
6
6
gem "octokit"
7
- gem "sinatra" , "~> 1.3.5 "
7
+ gem "sinatra" , "~> 2.2.3 "
Original file line number Diff line number Diff line change 18
18
jwt (1.5.6 )
19
19
minitest (5.17.0 )
20
20
multipart-post (2.0.0 )
21
+ mustermann (2.0.2 )
22
+ ruby2_keywords (~> 0.0.1 )
21
23
octokit (4.7.0 )
22
24
sawyer (~> 0.8.0 , >= 0.5.3 )
23
25
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 )
26
28
rack
29
+ ruby2_keywords (0.0.5 )
27
30
sawyer (0.8.1 )
28
31
addressable (>= 2.3.5 , < 2.6 )
29
32
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 )
34
38
thread_safe (0.3.6 )
35
- tilt (1.4.1 )
39
+ tilt (2.1.0 )
36
40
tzinfo (1.2.11 )
37
41
thread_safe (~> 0.1 )
38
42
zeitwerk (2.6.6 )
@@ -45,7 +49,7 @@ DEPENDENCIES
45
49
json (~> 1.8 )
46
50
jwt
47
51
octokit
48
- sinatra (~> 1.3.5 )
52
+ sinatra (~> 2.2.3 )
49
53
50
54
BUNDLED WITH
51
55
1.17.1
You can’t perform that action at this time.
0 commit comments