Skip to content

Commit f9340f0

Browse files
authored
Merge pull request #334 from scala/dependabot/bundler/activesupport-7.1.3.2
Bump activesupport from 7.0.4.3 to 7.1.3.2
2 parents a769005 + cd7fc91 commit f9340f0

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

Gemfile.lock

+13-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
Ascii85 (1.1.0)
5-
activesupport (7.0.4.3)
5+
activesupport (7.1.3.2)
6+
base64
7+
bigdecimal
68
concurrent-ruby (~> 1.0, >= 1.0.2)
9+
connection_pool (>= 2.2.5)
10+
drb
711
i18n (>= 1.6, < 2)
812
minitest (>= 5.1)
13+
mutex_m
914
tzinfo (~> 2.0)
1015
addressable (2.8.6)
1116
public_suffix (>= 2.0.2, < 6.0)
@@ -15,20 +20,23 @@ GEM
1520
fiber-annotation
1621
io-event (~> 1.5, >= 1.5.1)
1722
timers (~> 4.1)
23+
base64 (0.2.0)
1824
bigdecimal (3.1.6)
1925
coffee-script (2.4.1)
2026
coffee-script-source
2127
execjs
2228
coffee-script-source (1.11.1)
2329
colorator (1.1.0)
2430
commonmarker (0.23.9)
25-
concurrent-ruby (1.2.2)
31+
concurrent-ruby (1.2.3)
32+
connection_pool (2.4.1)
2633
console (1.23.5)
2734
fiber-annotation
2835
fiber-local
2936
json
3037
dnsruby (1.61.9)
3138
simpleidn (~> 0.1)
39+
drb (2.2.1)
3240
em-websocket (0.5.3)
3341
eventmachine (>= 0.12.9)
3442
http_parser.rb (~> 0)
@@ -110,7 +118,7 @@ GEM
110118
yell (~> 2.0)
111119
zeitwerk (~> 2.5)
112120
http_parser.rb (0.8.0)
113-
i18n (1.12.0)
121+
i18n (1.14.4)
114122
concurrent-ruby (~> 1.0)
115123
io-event (1.5.1)
116124
jekyll (3.9.3)
@@ -235,7 +243,8 @@ GEM
235243
jekyll (>= 3.5, < 5.0)
236244
jekyll-feed (~> 0.9)
237245
jekyll-seo-tag (~> 2.1)
238-
minitest (5.18.0)
246+
minitest (5.22.2)
247+
mutex_m (0.2.0)
239248
nokogiri (1.16.2-x86_64-linux)
240249
racc (~> 1.4)
241250
octokit (4.25.1)

0 commit comments

Comments
 (0)