Skip to content

Commit ede69d0

Browse files
Bump activesupport from 6.1.7.5 to 7.2.3.1 (#94)
Bumps [activesupport](https://github.com/rails/rails) from 6.1.7.5 to 7.2.3.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.2.1/activesupport/CHANGELOG.md) - [Commits](rails/rails@v6.1.7.5...v7.2.3.1) --- updated-dependencies: - dependency-name: activesupport dependency-version: 7.2.3.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d6a2536 commit ede69d0

1 file changed

Lines changed: 21 additions & 10 deletions

File tree

Gemfile.lock

Lines changed: 21 additions & 10 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.1)
1117
public_suffix (>= 2.0.2, < 6.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.3)
27+
concurrent-ruby (1.3.6)
28+
connection_pool (3.0.2)
1929
dnsruby (1.61.9)
2030
simpleidn (~> 0.1)
31+
drb (2.2.3)
2132
em-websocket (0.5.3)
2233
eventmachine (>= 0.12.9)
2334
http_parser.rb (~> 0)
@@ -89,7 +100,7 @@ GEM
89100
activesupport (>= 2)
90101
nokogiri (>= 1.4)
91102
http_parser.rb (0.8.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)
@@ -222,7 +233,7 @@ GEM
222233
jekyll-include-cache (~> 0.1)
223234
jekyll-paginate (~> 1.1)
224235
jekyll-sitemap (~> 1.3)
225-
minitest (5.24.1)
236+
minitest (5.27.0)
226237
net-http (0.9.1)
227238
uri (>= 0.11.1)
228239
nokogiri (1.19.1)
@@ -250,13 +261,14 @@ GEM
250261
sawyer (0.9.3)
251262
addressable (>= 2.3.5)
252263
faraday (>= 0.17.3, < 3)
264+
securerandom (0.4.1)
253265
simpleidn (0.2.1)
254266
unf (~> 0.1.4)
255267
terminal-table (1.8.0)
256268
unicode-display_width (~> 1.1, >= 1.1.1)
257269
typhoeus (1.4.0)
258270
ethon (>= 0.9.0)
259-
tzinfo (2.0.5)
271+
tzinfo (2.0.6)
260272
concurrent-ruby (~> 1.0)
261273
tzinfo-data (1.2022.4)
262274
tzinfo (>= 1.0.0)
@@ -266,7 +278,6 @@ GEM
266278
unicode-display_width (1.8.0)
267279
uri (1.1.1)
268280
webrick (1.8.2)
269-
zeitwerk (2.6.17)
270281

271282
PLATFORMS
272283
ruby

0 commit comments

Comments
 (0)