Skip to content

Commit 3a6fe7d

Browse files
authored
Merge pull request #100 from jgodson/dependabot/bundler/activesupport-7.1.3.2
Bump activesupport from 7.0.3.1 to 7.1.3.2
2 parents 4ee56ce + d941e53 commit 3a6fe7d

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

Gemfile.lock

+15-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.3.1)
4+
activesupport (7.1.3.2)
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)
9-
concurrent-ruby (1.1.10)
14+
base64 (0.2.0)
15+
bigdecimal (3.1.7)
16+
concurrent-ruby (1.2.3)
17+
connection_pool (2.4.1)
1018
diff-lcs (1.3)
19+
drb (2.2.1)
1120
factory_bot (5.0.2)
1221
activesupport (>= 4.2.0)
13-
i18n (1.12.0)
22+
i18n (1.14.4)
1423
concurrent-ruby (~> 1.0)
15-
minitest (5.16.2)
24+
minitest (5.22.3)
25+
mutex_m (0.2.0)
1626
rspec (3.8.0)
1727
rspec-core (~> 3.8.0)
1828
rspec-expectations (~> 3.8.0)
@@ -28,7 +38,7 @@ GEM
2838
rspec-support (3.8.0)
2939
rspec_junit_formatter (0.4.1)
3040
rspec-core (>= 2, < 4, != 2.12.0)
31-
tzinfo (2.0.5)
41+
tzinfo (2.0.6)
3242
concurrent-ruby (~> 1.0)
3343

3444
PLATFORMS

0 commit comments

Comments
 (0)