Skip to content

Commit 8a7a726

Browse files
Merge dependabot/bundler/app/ruby/app-issue-creator/activesupport-6.1.7.3 into combine-prs-branch
2 parents 77beb6e + d267589 commit 8a7a726

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

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", "~> 6.0"
3+
gem "activesupport", "~> 6.1"
44
gem "json", "~> 2.3"
55
gem "jwt"
66
gem "octokit"

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

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
GEM
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)
@@ -37,7 +37,7 @@ GEM
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)
@@ -56,17 +56,16 @@ GEM
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

6564
PLATFORMS
6665
ruby
6766

6867
DEPENDENCIES
69-
activesupport (~> 6.0)
68+
activesupport (~> 6.1)
7069
json (~> 2.3)
7170
jwt
7271
octokit

0 commit comments

Comments
 (0)