Skip to content

Commit 9b45cff

Browse files
authored
Merge pull request #84 from ComplianceAsCode/dependabot/bundler/activesupport-7.2.3.1
Bump activesupport from 7.0.7.2 to 7.2.3.1
2 parents 0d483be + f18a4f9 commit 9b45cff

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

Gemfile.lock

Lines changed: 19 additions & 7 deletions
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.7.2)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
4+
activesupport (7.2.3.1)
5+
base64
6+
benchmark (>= 0.3)
7+
bigdecimal
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
9+
connection_pool (>= 2.2.5)
10+
drb
611
i18n (>= 1.6, < 2)
7-
minitest (>= 5.1)
8-
tzinfo (~> 2.0)
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1, < 6)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
916
addressable (2.8.7)
1017
public_suffix (>= 2.0.2, < 7.0)
1118
base64 (0.2.0)
19+
benchmark (0.5.0)
1220
bigdecimal (3.1.9)
1321
colorator (1.1.0)
14-
concurrent-ruby (1.3.5)
22+
concurrent-ruby (1.3.6)
23+
connection_pool (3.0.2)
1524
csv (3.3.2)
25+
drb (2.2.3)
1626
em-websocket (0.5.3)
1727
eventmachine (>= 0.12.9)
1828
http_parser.rb (~> 0)
@@ -27,7 +37,7 @@ GEM
2737
activesupport (>= 2)
2838
nokogiri (>= 1.4)
2939
http_parser.rb (0.8.0)
30-
i18n (1.14.7)
40+
i18n (1.14.8)
3141
concurrent-ruby (~> 1.0)
3242
jekyll (4.4.1)
3343
addressable (~> 2.4)
@@ -68,8 +78,9 @@ GEM
6878
listen (3.9.0)
6979
rb-fsevent (~> 0.10, >= 0.10.3)
7080
rb-inotify (~> 0.9, >= 0.9.10)
81+
logger (1.7.0)
7182
mercenary (0.4.0)
72-
minitest (5.19.0)
83+
minitest (5.27.0)
7384
nokogiri (1.19.1-x86_64-linux-gnu)
7485
racc (~> 1.4)
7586
pathutil (0.16.2)
@@ -85,6 +96,7 @@ GEM
8596
safe_yaml (1.0.5)
8697
sass-embedded (1.83.4-x86_64-linux-gnu)
8798
google-protobuf (~> 4.29)
99+
securerandom (0.4.1)
88100
terminal-table (3.0.2)
89101
unicode-display_width (>= 1.1.1, < 3)
90102
tzinfo (2.0.6)

0 commit comments

Comments
 (0)