Skip to content

Commit 74dc2b3

Browse files
Merge pull request #226 from guacsec/dependabot/bundler/activesupport-7.2.3.1
Bump activesupport from 6.1.7.10 to 7.2.3.1
2 parents 47108a7 + b518c62 commit 74dc2b3

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

Gemfile.lock

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,35 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.1.7.10)
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)
9-
zeitwerk (~> 2.3)
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1, < 6)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
1016
addressable (2.8.4)
1117
public_suffix (>= 2.0.2, < 6.0)
1218
base64 (0.3.0)
19+
benchmark (0.5.0)
1320
bigdecimal (4.0.1)
1421
coffee-script (2.4.1)
1522
coffee-script-source
1623
execjs
1724
coffee-script-source (1.11.1)
1825
colorator (1.1.0)
1926
commonmarker (0.23.10)
20-
concurrent-ruby (1.2.2)
27+
concurrent-ruby (1.3.6)
28+
connection_pool (3.0.2)
2129
csv (3.3.5)
2230
dnsruby (1.70.0)
2331
simpleidn (~> 0.2.1)
32+
drb (2.2.3)
2433
em-websocket (0.5.3)
2534
eventmachine (>= 0.12.9)
2635
http_parser.rb (~> 0)
@@ -92,7 +101,7 @@ GEM
92101
activesupport (>= 2)
93102
nokogiri (>= 1.4)
94103
http_parser.rb (0.8.0)
95-
i18n (1.14.1)
104+
i18n (1.14.8)
96105
concurrent-ruby (~> 1.0)
97106
jekyll (3.9.3)
98107
addressable (~> 2.4)
@@ -217,7 +226,7 @@ GEM
217226
jekyll (>= 3.5, < 5.0)
218227
jekyll-feed (~> 0.9)
219228
jekyll-seo-tag (~> 2.1)
220-
minitest (5.19.0)
229+
minitest (5.27.0)
221230
net-http (0.9.1)
222231
uri (>= 0.11.1)
223232
nokogiri (1.19.1-arm64-darwin)
@@ -246,6 +255,7 @@ GEM
246255
sawyer (0.9.2)
247256
addressable (>= 2.3.5)
248257
faraday (>= 0.17.3, < 3)
258+
securerandom (0.4.1)
249259
simpleidn (0.2.1)
250260
unf (~> 0.1.4)
251261
terminal-table (1.8.0)
@@ -259,7 +269,6 @@ GEM
259269
unf_ext (0.0.8.2)
260270
unicode-display_width (1.8.0)
261271
uri (1.1.1)
262-
zeitwerk (2.6.18)
263272

264273
PLATFORMS
265274
arm64-darwin-23

0 commit comments

Comments
 (0)