Skip to content

Commit 82dfc8a

Browse files
new release preparation
1 parent 0278b51 commit 82dfc8a

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
active_storage_validations (2.0.3)
4+
active_storage_validations (2.0.4)
55
activejob (>= 6.1.4)
66
activemodel (>= 6.1.4)
77
activestorage (>= 6.1.4)

gemfiles/rails_6_1_4.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_validations (2.0.3)
4+
active_storage_validations (2.0.4)
55
activejob (>= 6.1.4)
66
activemodel (>= 6.1.4)
77
activestorage (>= 6.1.4)

gemfiles/rails_7_0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_validations (2.0.3)
4+
active_storage_validations (2.0.4)
55
activejob (>= 6.1.4)
66
activemodel (>= 6.1.4)
77
activestorage (>= 6.1.4)

gemfiles/rails_7_1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_validations (2.0.3)
4+
active_storage_validations (2.0.4)
55
activejob (>= 6.1.4)
66
activemodel (>= 6.1.4)
77
activestorage (>= 6.1.4)

gemfiles/rails_7_2.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_validations (2.0.3)
4+
active_storage_validations (2.0.4)
55
activejob (>= 6.1.4)
66
activemodel (>= 6.1.4)
77
activestorage (>= 6.1.4)

gemfiles/rails_8_0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_validations (2.0.3)
4+
active_storage_validations (2.0.4)
55
activejob (>= 6.1.4)
66
activemodel (>= 6.1.4)
77
activestorage (>= 6.1.4)

gemfiles/rails_next.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ GIT
101101
PATH
102102
remote: ..
103103
specs:
104-
active_storage_validations (2.0.3)
104+
active_storage_validations (2.0.4)
105105
activejob (>= 6.1.4)
106106
activemodel (>= 6.1.4)
107107
activestorage (>= 6.1.4)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ActiveStorageValidations
4-
VERSION = "2.0.3"
4+
VERSION = "2.0.4"
55
end

0 commit comments

Comments
 (0)