Skip to content

Commit 6bb9345

Browse files
Bump activerecord from 8.1.1 to 8.1.2 (#448)
Bumps [activerecord](https://github.com/rails/rails) from 8.1.1 to 8.1.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.2/activerecord/CHANGELOG.md) - [Commits](rails/rails@v8.1.1...v8.1.2) --- updated-dependencies: - dependency-name: activerecord dependency-version: 8.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a5afe19 commit 6bb9345

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actionview (8.1.1)
5-
activesupport (= 8.1.1)
4+
actionview (8.1.2)
5+
activesupport (= 8.1.2)
66
builder (~> 3.1)
77
erubi (~> 1.11)
88
rails-dom-testing (~> 2.2)
99
rails-html-sanitizer (~> 1.6)
10-
activemodel (8.1.1)
11-
activesupport (= 8.1.1)
12-
activerecord (8.1.1)
13-
activemodel (= 8.1.1)
14-
activesupport (= 8.1.1)
10+
activemodel (8.1.2)
11+
activesupport (= 8.1.2)
12+
activerecord (8.1.2)
13+
activemodel (= 8.1.2)
14+
activesupport (= 8.1.2)
1515
timeout (>= 0.4.0)
16-
activesupport (8.1.1)
16+
activesupport (8.1.2)
1717
base64
1818
bigdecimal
1919
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -32,7 +32,7 @@ GEM
3232
ast (2.4.3)
3333
base64 (0.3.0)
3434
bcrypt (3.1.21)
35-
bigdecimal (3.3.1)
35+
bigdecimal (4.0.1)
3636
builder (3.3.0)
3737
bundler-audit (0.9.3)
3838
bundler (>= 1.2.0)
@@ -59,8 +59,8 @@ GEM
5959
concurrent-ruby (~> 1.0)
6060
dry-core (~> 1.1)
6161
zeitwerk (~> 2.6)
62-
dry-types (1.8.3)
63-
bigdecimal (~> 3.0)
62+
dry-types (1.9.0)
63+
bigdecimal (>= 3.0)
6464
concurrent-ruby (~> 1.0)
6565
dry-core (~> 1.0)
6666
dry-inflector (~> 1.0)
@@ -169,7 +169,7 @@ GEM
169169
lumberjack (1.4.2)
170170
method_source (1.1.0)
171171
mini_portile2 (2.8.9)
172-
minitest (6.0.0)
172+
minitest (6.0.1)
173173
prism (~> 1.5)
174174
multi_json (1.15.0)
175175
mustermann (3.0.4)
@@ -295,7 +295,7 @@ GEM
295295
simplecov_json_formatter (0.1.4)
296296
thor (1.4.0)
297297
timecop (0.9.10)
298-
timeout (0.4.4)
298+
timeout (0.6.0)
299299
tzinfo (2.0.6)
300300
concurrent-ruby (~> 1.0)
301301
unicode-display_width (3.2.0)

0 commit comments

Comments
 (0)