Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit 5a3a37e

Browse files
Build(deps): bump activesupport in /frameworks/Ruby/grape
Bumps [activesupport](https://github.com/rails/rails) from 8.1.1 to 8.1.2.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@v8.1.1...v8.1.2.1) --- updated-dependencies: - dependency-name: activesupport dependency-version: 8.1.2.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d5f0a2a commit 5a3a37e

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

frameworks/Ruby/grape/Gemfile.lock

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activemodel (8.1.1)
5-
activesupport (= 8.1.1)
6-
activerecord (8.1.1)
7-
activemodel (= 8.1.1)
8-
activesupport (= 8.1.1)
4+
activemodel (8.1.2.1)
5+
activesupport (= 8.1.2.1)
6+
activerecord (8.1.2.1)
7+
activemodel (= 8.1.2.1)
8+
activesupport (= 8.1.2.1)
99
timeout (>= 0.4.0)
10-
activesupport (8.1.1)
10+
activesupport (8.1.2.1)
1111
base64
1212
bigdecimal
1313
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -21,8 +21,8 @@ GEM
2121
tzinfo (~> 2.0, >= 2.0.5)
2222
uri (>= 0.13.1)
2323
base64 (0.3.0)
24-
bigdecimal (3.3.1)
25-
concurrent-ruby (1.3.5)
24+
bigdecimal (4.0.1)
25+
concurrent-ruby (1.3.6)
2626
connection_pool (3.0.2)
2727
drb (2.2.3)
2828
dry-configurable (1.3.0)
@@ -38,8 +38,8 @@ GEM
3838
concurrent-ruby (~> 1.0)
3939
dry-core (~> 1.1)
4040
zeitwerk (~> 2.6)
41-
dry-types (1.8.3)
42-
bigdecimal (~> 3.0)
41+
dry-types (1.9.1)
42+
bigdecimal (>= 3.0)
4343
concurrent-ruby (~> 1.0)
4444
dry-core (~> 1.0)
4545
dry-inflector (~> 1.0)
@@ -52,12 +52,14 @@ GEM
5252
mustermann-grape (~> 1.1.0)
5353
rack (>= 2)
5454
zeitwerk
55-
i18n (1.14.7)
55+
i18n (1.14.8)
5656
concurrent-ruby (~> 1.0)
5757
iodine (0.7.58)
5858
json (2.18.0)
5959
logger (1.7.0)
60-
minitest (5.26.2)
60+
minitest (6.0.2)
61+
drb (~> 2.0)
62+
prism (~> 1.5)
6163
mustermann (3.0.4)
6264
ruby2_keywords (~> 0.0.1)
6365
mustermann-grape (1.1.0)
@@ -66,6 +68,7 @@ GEM
6668
pg (1.6.3)
6769
pg (1.6.3-x86_64-darwin)
6870
pg (1.6.3-x86_64-linux)
71+
prism (1.9.0)
6972
puma (7.2.0)
7073
nio4r (~> 2.0)
7174
rack (3.2.4)

0 commit comments

Comments
 (0)