Skip to content

Commit b13f477

Browse files
committed
Bump to version 1.1.2
1 parent b37065f commit b13f477

7 files changed

Lines changed: 7 additions & 7 deletions

gemfiles/rails_6_0_mysql.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_db (1.1.0)
4+
active_storage_db (1.1.2)
55
activestorage (>= 6.0)
66
rails (>= 6.0)
77

gemfiles/rails_6_0_postgres.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_db (1.1.0)
4+
active_storage_db (1.1.2)
55
activestorage (>= 6.0)
66
rails (>= 6.0)
77

gemfiles/rails_6_1_mysql.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_db (1.1.0)
4+
active_storage_db (1.1.2)
55
activestorage (>= 6.0)
66
rails (>= 6.0)
77

gemfiles/rails_6_1_postgres.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_db (1.1.0)
4+
active_storage_db (1.1.2)
55
activestorage (>= 6.0)
66
rails (>= 6.0)
77

gemfiles/rails_7_0_mysql.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_db (1.1.0)
4+
active_storage_db (1.1.2)
55
activestorage (>= 6.0)
66
rails (>= 6.0)
77

gemfiles/rails_7_0_postgres.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_db (1.1.0)
4+
active_storage_db (1.1.2)
55
activestorage (>= 6.0)
66
rails (>= 6.0)
77

lib/active_storage_db/version.rb

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 ActiveStorageDB
4-
VERSION = '1.1.0'
4+
VERSION = '1.1.2'
55
end

0 commit comments

Comments
 (0)