Skip to content

Commit d978136

Browse files
build(deps-dev): bump activesupport from 7.0.7.2 to 7.2.3.1 in /logorama
Bumps [activesupport](https://github.com/rails/rails) from 7.0.7.2 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@v7.0.7.2...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>
1 parent 352a705 commit d978136

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

logorama/Gemfile.lock

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.7.2)
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)
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1, < 6)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
916
addressable (2.8.7)
1017
public_suffix (>= 2.0.2, < 7.0)
1118
base64 (0.2.0)
19+
benchmark (0.5.0)
1220
bigdecimal (1.4.4)
1321
colorator (1.1.0)
14-
concurrent-ruby (1.3.5)
22+
concurrent-ruby (1.3.6)
23+
connection_pool (3.0.2)
1524
csv (3.3.2)
25+
drb (2.2.3)
1626
em-websocket (0.5.3)
1727
eventmachine (>= 0.12.9)
1828
http_parser.rb (~> 0)
@@ -31,7 +41,7 @@ GEM
3141
activesupport (>= 2)
3242
nokogiri (>= 1.4)
3343
http_parser.rb (0.8.0)
34-
i18n (1.14.7)
44+
i18n (1.14.8)
3545
concurrent-ruby (~> 1.0)
3646
jekyll (4.4.1)
3747
addressable (~> 2.4)
@@ -78,13 +88,14 @@ GEM
7888
listen (3.9.0)
7989
rb-fsevent (~> 0.10, >= 0.10.3)
8090
rb-inotify (~> 0.9, >= 0.9.10)
91+
logger (1.7.0)
8192
mercenary (0.4.0)
8293
mini_portile2 (2.8.9)
8394
minima (2.5.2)
8495
jekyll (>= 3.5, < 5.0)
8596
jekyll-feed (~> 0.9)
8697
jekyll-seo-tag (~> 2.1)
87-
minitest (5.19.0)
98+
minitest (5.27.0)
8899
nokogiri (1.19.2)
89100
mini_portile2 (~> 2.8.2)
90101
racc (~> 1.4)
@@ -106,6 +117,7 @@ GEM
106117
rake (>= 13)
107118
sass-embedded (1.83.4-x86_64-darwin)
108119
google-protobuf (~> 4.29)
120+
securerandom (0.4.1)
109121
terminal-table (3.0.2)
110122
unicode-display_width (>= 1.1.1, < 3)
111123
tzinfo (2.0.6)

0 commit comments

Comments
 (0)