Skip to content

Commit 88721a1

Browse files
Update dependency activesupport to v7.1.3.4
1 parent 1c03942 commit 88721a1

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

Gemfile.lock

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,27 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.4.2)
4+
activesupport (7.1.3.4)
5+
base64
6+
bigdecimal
57
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
connection_pool (>= 2.2.5)
9+
drb
610
i18n (>= 1.6, < 2)
711
minitest (>= 5.1)
12+
mutex_m
813
tzinfo (~> 2.0)
914
ast (2.4.2)
1015
atlassian-jwt (0.2.1)
1116
jwt (~> 2.1)
17+
base64 (0.2.0)
18+
bigdecimal (3.1.8)
1219
byebug (11.1.1)
1320
coderay (1.1.3)
14-
concurrent-ruby (1.2.0)
21+
concurrent-ruby (1.3.1)
22+
connection_pool (2.4.1)
1523
dotenv (2.8.1)
24+
drb (2.2.1)
1625
faraday (2.7.4)
1726
faraday-net_http (>= 2.0, < 3.1)
1827
ruby2_keywords (>= 0.0.4)
@@ -31,7 +40,7 @@ GEM
3140
httparty (0.21.0)
3241
mini_mime (>= 1.0.0)
3342
multi_xml (>= 0.5.2)
34-
i18n (1.12.0)
43+
i18n (1.14.5)
3544
concurrent-ruby (~> 1.0)
3645
jira-ruby (2.3.0)
3746
activesupport
@@ -48,11 +57,12 @@ GEM
4857
rake (>= 0.9.2.2)
4958
method_source (1.0.0)
5059
mini_mime (1.1.2)
51-
minitest (5.17.0)
60+
minitest (5.23.1)
5261
mocha (2.0.2)
5362
ruby2_keywords (>= 0.0.5)
5463
multi_xml (0.6.0)
5564
multipart-post (2.3.0)
65+
mutex_m (0.2.0)
5666
oauth (0.6.2)
5767
snaky_hash (~> 2.0)
5868
version_gem (~> 1.1)
@@ -110,6 +120,7 @@ GEM
110120

111121
PLATFORMS
112122
x86_64-darwin-19
123+
x86_64-linux
113124

114125
DEPENDENCIES
115126
activesupport

0 commit comments

Comments
 (0)