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" , "~> 6.0 "
3+ gem "activesupport" , "~> 6.1 "
44gem "json" , "~> 2.3"
55gem "jwt"
66gem "octokit"
Original file line number Diff line number Diff line change 11GEM
22 remote: https://rubygems.org/
33 specs:
4- activesupport (6.0.6.1 )
4+ activesupport (6.1.7.3 )
55 concurrent-ruby (~> 1.0 , >= 1.0.2 )
6- i18n (>= 0.7 , < 2 )
7- minitest (~> 5.1 )
8- tzinfo (~> 1.1 )
9- zeitwerk (~> 2.2 , >= 2.2.2 )
6+ i18n (>= 1.6 , < 2 )
7+ minitest (>= 5.1 )
8+ tzinfo (~> 2.0 )
9+ zeitwerk (~> 2.3 )
1010 addressable (2.8.1 )
1111 public_suffix (>= 2.0.2 , < 6.0 )
12- concurrent-ruby (1.2.0 )
12+ concurrent-ruby (1.2.2 )
1313 faraday (1.10.3 )
1414 faraday-em_http (~> 1.0 )
1515 faraday-em_synchrony (~> 1.0 )
3737 concurrent-ruby (~> 1.0 )
3838 json (2.3.0 )
3939 jwt (1.5.6 )
40- minitest (5.17 .0 )
40+ minitest (5.18 .0 )
4141 multipart-post (2.3.0 )
4242 mustermann (2.0.2 )
4343 ruby2_keywords (~> 0.0.1 )
5656 rack (~> 2.2 )
5757 rack-protection (= 2.2.3 )
5858 tilt (~> 2.0 )
59- thread_safe (0.3.6 )
6059 tilt (2.1.0 )
61- tzinfo (1.2.11 )
62- thread_safe (~> 0.1 )
63- zeitwerk (2.6.6 )
60+ tzinfo (2.0.6 )
61+ concurrent-ruby (~> 1.0 )
62+ zeitwerk (2.6.7 )
6463
6564PLATFORMS
6665 ruby
6766
6867DEPENDENCIES
69- activesupport (~> 6.0 )
68+ activesupport (~> 6.1 )
7069 json (~> 2.3 )
7170 jwt
7271 octokit
You can’t perform that action at this time.
0 commit comments