File tree Expand file tree Collapse file tree
app/ruby/app-issue-creator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ gem "activesupport", "~> 6.0"
44gem "json" , "~> 1.8"
55gem "jwt"
66gem "octokit"
7- gem "sinatra" , "~> 1.3.5 "
7+ gem "sinatra" , "~> 2.2.3 "
Original file line number Diff line number Diff line change 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
5054BUNDLED WITH
5155 1.17.1
You can’t perform that action at this time.
0 commit comments