Skip to content

Commit 60d4f79

Browse files
authored
Merge pull request #27 from automaticanalysis/dependabot/bundler/activesupport-7.2.3.1
Bump activesupport from 6.1.7.5 to 7.2.3.1
2 parents 14810ca + e83b968 commit 60d4f79

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

Gemfile.lock

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,35 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.1.7.5)
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.0)
1117
public_suffix (>= 2.0.2, < 5.0)
18+
base64 (0.3.0)
19+
benchmark (0.5.0)
20+
bigdecimal (4.0.1)
1221
coffee-script (2.4.1)
1322
coffee-script-source
1423
execjs
1524
coffee-script-source (1.12.2)
1625
colorator (1.1.0)
1726
commonmarker (0.23.10)
18-
concurrent-ruby (1.3.5)
27+
concurrent-ruby (1.3.6)
28+
connection_pool (3.0.2)
1929
csv (3.3.5)
2030
dnsruby (1.61.9)
2131
simpleidn (~> 0.1)
32+
drb (2.2.3)
2233
em-websocket (0.5.3)
2334
eventmachine (>= 0.12.9)
2435
http_parser.rb (~> 0)
@@ -91,7 +102,7 @@ GEM
91102
activesupport (>= 2)
92103
nokogiri (>= 1.4)
93104
http_parser.rb (0.8.0)
94-
i18n (1.14.7)
105+
i18n (1.14.8)
95106
concurrent-ruby (~> 1.0)
96107
jekyll (3.10.0)
97108
addressable (~> 2.4)
@@ -218,7 +229,7 @@ GEM
218229
jekyll (>= 3.5, < 5.0)
219230
jekyll-feed (~> 0.9)
220231
jekyll-seo-tag (~> 2.1)
221-
minitest (5.25.5)
232+
minitest (5.27.0)
222233
net-http (0.9.1)
223234
uri (>= 0.11.1)
224235
nokogiri (1.19.1-x64-mingw-ucrt)
@@ -247,6 +258,7 @@ GEM
247258
sawyer (0.9.3)
248259
addressable (>= 2.3.5)
249260
faraday (>= 0.17.3, < 3)
261+
securerandom (0.4.1)
250262
simpleidn (0.2.1)
251263
unf (~> 0.1.4)
252264
terminal-table (1.8.0)
@@ -262,7 +274,6 @@ GEM
262274
uri (1.1.1)
263275
wdm (0.1.1)
264276
webrick (1.8.2)
265-
zeitwerk (2.7.3)
266277

267278
PLATFORMS
268279
x64-mingw-ucrt

0 commit comments

Comments
 (0)