Skip to content

Commit ca5a30b

Browse files
Merge pull request #345 from casework/dependabot/bundler/activesupport-7.2.3.1
Bump activesupport from 7.1.5 to 7.2.3.1
2 parents 63cf630 + 9e73c08 commit ca5a30b

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

Gemfile.lock

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,35 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.5)
4+
activesupport (7.2.3.1)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
8-
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
99
connection_pool (>= 2.2.5)
1010
drb
1111
i18n (>= 1.6, < 2)
1212
logger (>= 1.4.2)
13-
minitest (>= 5.1)
14-
mutex_m
13+
minitest (>= 5.1, < 6)
1514
securerandom (>= 0.3)
16-
tzinfo (~> 2.0)
15+
tzinfo (~> 2.0, >= 2.0.5)
1716
addressable (2.8.7)
1817
public_suffix (>= 2.0.2, < 7.0)
19-
base64 (0.2.0)
20-
benchmark (0.4.0)
21-
bigdecimal (3.1.8)
18+
base64 (0.3.0)
19+
benchmark (0.5.0)
20+
bigdecimal (4.0.1)
2221
coffee-script (2.4.1)
2322
coffee-script-source
2423
execjs
2524
coffee-script-source (1.12.2)
2625
colorator (1.1.0)
2726
commonmarker (0.23.10)
28-
concurrent-ruby (1.3.4)
29-
connection_pool (2.4.1)
27+
concurrent-ruby (1.3.6)
28+
connection_pool (3.0.2)
3029
csv (3.3.0)
3130
dnsruby (1.72.2)
3231
simpleidn (~> 0.2.1)
33-
drb (2.2.1)
32+
drb (2.2.3)
3433
em-websocket (0.5.3)
3534
eventmachine (>= 0.12.9)
3635
http_parser.rb (~> 0)
@@ -103,7 +102,7 @@ GEM
103102
activesupport (>= 2)
104103
nokogiri (>= 1.4)
105104
http_parser.rb (0.8.0)
106-
i18n (1.14.6)
105+
i18n (1.14.8)
107106
concurrent-ruby (~> 1.0)
108107
jekyll (3.10.0)
109108
addressable (~> 2.4)
@@ -232,8 +231,7 @@ GEM
232231
jekyll (>= 3.5, < 5.0)
233232
jekyll-feed (~> 0.9)
234233
jekyll-seo-tag (~> 2.1)
235-
minitest (5.25.1)
236-
mutex_m (0.2.0)
234+
minitest (5.27.0)
237235
net-http (0.9.1)
238236
uri (>= 0.11.1)
239237
nokogiri (1.19.1-x86_64-linux-gnu)
@@ -260,7 +258,7 @@ GEM
260258
sawyer (0.9.2)
261259
addressable (>= 2.3.5)
262260
faraday (>= 0.17.3, < 3)
263-
securerandom (0.3.2)
261+
securerandom (0.4.1)
264262
simpleidn (0.2.3)
265263
terminal-table (1.8.0)
266264
unicode-display_width (~> 1.1, >= 1.1.1)

0 commit comments

Comments
 (0)