Skip to content

Commit dd27d44

Browse files
2.0.2 release
1 parent 7072010 commit dd27d44

7 files changed

+7
-7
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
active_storage_validations (2.0.1)
4+
active_storage_validations (2.0.2)
55
activejob (>= 6.1.4)
66
activemodel (>= 6.1.4)
77
activestorage (>= 6.1.4)

gemfiles/rails_6_1_4.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_validations (2.0.1)
4+
active_storage_validations (2.0.2)
55
activejob (>= 6.1.4)
66
activemodel (>= 6.1.4)
77
activestorage (>= 6.1.4)

gemfiles/rails_7_0.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_validations (2.0.1)
4+
active_storage_validations (2.0.2)
55
activejob (>= 6.1.4)
66
activemodel (>= 6.1.4)
77
activestorage (>= 6.1.4)

gemfiles/rails_7_1.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_validations (2.0.1)
4+
active_storage_validations (2.0.2)
55
activejob (>= 6.1.4)
66
activemodel (>= 6.1.4)
77
activestorage (>= 6.1.4)

gemfiles/rails_7_2.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_validations (2.0.1)
4+
active_storage_validations (2.0.2)
55
activejob (>= 6.1.4)
66
activemodel (>= 6.1.4)
77
activestorage (>= 6.1.4)

gemfiles/rails_8_0.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_validations (2.0.1)
4+
active_storage_validations (2.0.2)
55
activejob (>= 6.1.4)
66
activemodel (>= 6.1.4)
77
activestorage (>= 6.1.4)
+1-1
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.1'
4+
VERSION = '2.0.2'
55
end

0 commit comments

Comments
 (0)