Skip to content

Commit 53538a7

Browse files
bugfix release
1 parent 074f08c commit 53538a7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

gemfiles/rails_6_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 (1.1.0)
4+
active_storage_validations (1.1.1)
55
activejob (>= 5.2.0)
66
activemodel (>= 5.2.0)
77
activestorage (>= 5.2.0)

gemfiles/rails_6_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 (1.1.0)
4+
active_storage_validations (1.1.1)
55
activejob (>= 5.2.0)
66
activemodel (>= 5.2.0)
77
activestorage (>= 5.2.0)

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 (1.1.0)
4+
active_storage_validations (1.1.1)
55
activejob (>= 5.2.0)
66
activemodel (>= 5.2.0)
77
activestorage (>= 5.2.0)

gemfiles/rails_next.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ GIT
9292
PATH
9393
remote: ..
9494
specs:
95-
active_storage_validations (1.1.0)
95+
active_storage_validations (1.1.1)
9696
activejob (>= 5.2.0)
9797
activemodel (>= 5.2.0)
9898
activestorage (>= 5.2.0)
+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 = '1.1.0'
4+
VERSION = '1.1.1'
55
end

0 commit comments

Comments
 (0)