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 11source "https://rubygems.org"
22
3- gem "activesupport" , "~> 5 .0"
3+ gem "activesupport" , "~> 6 .0"
44gem "json" , "~> 1.8"
55gem "jwt"
66gem "octokit"
Original file line number Diff line number Diff line change 11GEM
2- remote: http ://rubygems.org/
2+ remote: https ://rubygems.org/
33 specs:
4- activesupport (5.2 .1 )
4+ activesupport (6.0.6 .1 )
55 concurrent-ruby (~> 1.0 , >= 1.0.2 )
66 i18n (>= 0.7 , < 2 )
77 minitest (~> 5.1 )
88 tzinfo (~> 1.1 )
9+ zeitwerk (~> 2.2 , >= 2.2.2 )
910 addressable (2.5.1 )
1011 public_suffix (~> 2.0 , >= 2.0.2 )
11- concurrent-ruby (1.0.5 )
12+ concurrent-ruby (1.2.0 )
1213 faraday (0.12.1 )
1314 multipart-post (>= 1.2 , < 3 )
14- i18n (1.1.1 )
15+ i18n (1.12.0 )
1516 concurrent-ruby (~> 1.0 )
1617 json (1.8.6 )
1718 jwt (1.5.6 )
18- minitest (5.11.3 )
19+ minitest (5.17.0 )
1920 multipart-post (2.0.0 )
2021 octokit (4.7.0 )
2122 sawyer (~> 0.8.0 , >= 0.5.3 )
3233 tilt (~> 1.3 , >= 1.3.3 )
3334 thread_safe (0.3.6 )
3435 tilt (1.4.1 )
35- tzinfo (1.2.5 )
36+ tzinfo (1.2.11 )
3637 thread_safe (~> 0.1 )
38+ zeitwerk (2.6.6 )
3739
3840PLATFORMS
3941 ruby
4042
4143DEPENDENCIES
42- activesupport (~> 5 .0 )
44+ activesupport (~> 6 .0 )
4345 json (~> 1.8 )
4446 jwt
4547 octokit
You can’t perform that action at this time.
0 commit comments