Skip to content

Commit 35dd179

Browse files
authored
Merge pull request #27 from BaseMax/dependabot/bundler/activesupport-7.2.3.1
Bump activesupport from 6.1.7.5 to 7.2.3.1
2 parents 35a0e69 + 973bc3f commit 35dd179

1 file changed

Lines changed: 20 additions & 9 deletions

File tree

Gemfile.lock

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,34 @@
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.11.1)
1625
colorator (1.1.0)
1726
commonmarker (0.23.10)
18-
concurrent-ruby (1.3.4)
27+
concurrent-ruby (1.3.6)
28+
connection_pool (3.0.2)
1929
dnsruby (1.61.3)
2030
addressable (~> 2.5)
31+
drb (2.2.3)
2132
em-websocket (0.5.1)
2233
eventmachine (>= 0.12.9)
2334
http_parser.rb (~> 0.6.0)
@@ -89,7 +100,7 @@ GEM
89100
activesupport (>= 2)
90101
nokogiri (>= 1.4)
91102
http_parser.rb (0.6.0)
92-
i18n (1.14.5)
103+
i18n (1.14.8)
93104
concurrent-ruby (~> 1.0)
94105
jekyll (3.9.3)
95106
addressable (~> 2.4)
@@ -220,7 +231,7 @@ GEM
220231
jekyll (>= 3.5, < 5.0)
221232
jekyll-feed (~> 0.9)
222233
jekyll-seo-tag (~> 2.1)
223-
minitest (5.25.1)
234+
minitest (5.27.0)
224235
net-http (0.9.1)
225236
uri (>= 0.11.1)
226237
nokogiri (1.19.1)
@@ -249,6 +260,7 @@ GEM
249260
sawyer (0.9.3)
250261
addressable (>= 2.3.5)
251262
faraday (>= 0.17.3, < 3)
263+
securerandom (0.4.1)
252264
terminal-table (1.8.0)
253265
unicode-display_width (~> 1.1, >= 1.1.1)
254266
typhoeus (1.3.1)
@@ -257,7 +269,6 @@ GEM
257269
concurrent-ruby (~> 1.0)
258270
unicode-display_width (1.6.0)
259271
uri (1.1.1)
260-
zeitwerk (2.6.18)
261272

262273
PLATFORMS
263274
ruby

0 commit comments

Comments
 (0)