File tree Expand file tree Collapse file tree 2 files changed +12
-13
lines changed
app/ruby/app-issue-creator Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
3
- gem "activesupport" , "~> 6.0 "
3
+ gem "activesupport" , "~> 6.1 "
4
4
gem "json" , "~> 2.3"
5
5
gem "jwt"
6
6
gem "octokit"
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- activesupport (6.0.6.1 )
4
+ activesupport (6.1.7.3 )
5
5
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 )
10
10
addressable (2.8.1 )
11
11
public_suffix (>= 2.0.2 , < 6.0 )
12
- concurrent-ruby (1.2.0 )
12
+ concurrent-ruby (1.2.2 )
13
13
faraday (1.10.3 )
14
14
faraday-em_http (~> 1.0 )
15
15
faraday-em_synchrony (~> 1.0 )
37
37
concurrent-ruby (~> 1.0 )
38
38
json (2.3.0 )
39
39
jwt (1.5.6 )
40
- minitest (5.17 .0 )
40
+ minitest (5.18 .0 )
41
41
multipart-post (2.3.0 )
42
42
mustermann (2.0.2 )
43
43
ruby2_keywords (~> 0.0.1 )
56
56
rack (~> 2.2 )
57
57
rack-protection (= 2.2.3 )
58
58
tilt (~> 2.0 )
59
- thread_safe (0.3.6 )
60
59
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 )
64
63
65
64
PLATFORMS
66
65
ruby
67
66
68
67
DEPENDENCIES
69
- activesupport (~> 6.0 )
68
+ activesupport (~> 6.1 )
70
69
json (~> 2.3 )
71
70
jwt
72
71
octokit
You can’t perform that action at this time.
0 commit comments