Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b58fd6a

Browse files
authoredJun 4, 2025··
chore(deps): bump active_storage_validations from 2.0.3 to 3.0.0
Bumps [active_storage_validations](https://github.com/igorkasyanchuk/active_storage_validations) from 2.0.3 to 3.0.0. - [Release notes](https://github.com/igorkasyanchuk/active_storage_validations/releases) - [Changelog](https://github.com/igorkasyanchuk/active_storage_validations/blob/master/CHANGES.md) - [Commits](igorkasyanchuk/active_storage_validations@2.0.3...3.0.0) --- updated-dependencies: - dependency-name: active_storage_validations dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0e9d26e commit b58fd6a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ GEM
5454
erubi (~> 1.11)
5555
rails-dom-testing (~> 2.2)
5656
rails-html-sanitizer (~> 1.6)
57-
active_storage_validations (2.0.3)
57+
active_storage_validations (3.0.0)
5858
activejob (>= 6.1.4)
5959
activemodel (>= 6.1.4)
6060
activestorage (>= 6.1.4)
@@ -99,7 +99,7 @@ GEM
9999
bcrypt (3.1.20)
100100
bcrypt_pbkdf (1.1.1)
101101
benchmark (0.4.1)
102-
bigdecimal (3.2.0)
102+
bigdecimal (3.2.1)
103103
bindex (0.8.1)
104104
bootsnap (1.18.4)
105105
msgpack (~> 1.2)
@@ -133,7 +133,7 @@ GEM
133133
dotenv-rails (3.1.7)
134134
dotenv (= 3.1.8)
135135
railties (>= 6.1)
136-
drb (2.2.1)
136+
drb (2.2.3)
137137
ed25519 (1.4.0)
138138
erubi (1.13.1)
139139
et-orbi (1.2.11)
@@ -284,7 +284,7 @@ GEM
284284
nio4r (~> 2.0)
285285
raabro (1.4.0)
286286
racc (1.8.1)
287-
rack (3.1.14)
287+
rack (3.1.15)
288288
rack-session (2.1.1)
289289
base64 (>= 0.1.0)
290290
rack (>= 3.0.0)
@@ -310,7 +310,7 @@ GEM
310310
actionpack (>= 5.0.1.rc1)
311311
actionview (>= 5.0.1.rc1)
312312
activesupport (>= 5.0.1.rc1)
313-
rails-dom-testing (2.2.0)
313+
rails-dom-testing (2.3.0)
314314
activesupport (>= 5.0.0)
315315
minitest
316316
nokogiri (>= 1.6)

0 commit comments

Comments
 (0)
Please sign in to comment.