Skip to content

Commit 076195f

Browse files
Merge dependabot/bundler/app/ruby/app-issue-creator/activesupport-6.0.6.1 into combine-prs-branch
2 parents 7bc27c0 + b25b337 commit 076195f

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

app/ruby/app-issue-creator/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "activesupport", "~> 5.0"
3+
gem "activesupport", "~> 6.0"
44
gem "json", "~> 1.8"
55
gem "jwt"
66
gem "octokit"

app/ruby/app-issue-creator/Gemfile.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
GEM
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)
@@ -32,14 +33,15 @@ GEM
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

3840
PLATFORMS
3941
ruby
4042

4143
DEPENDENCIES
42-
activesupport (~> 5.0)
44+
activesupport (~> 6.0)
4345
json (~> 1.8)
4446
jwt
4547
octokit

0 commit comments

Comments
 (0)