diff --git a/gemfiles/rails_6_0_mysql.gemfile.lock b/gemfiles/rails_6_0_mysql.gemfile.lock index a10b162..a06a89f 100644 --- a/gemfiles/rails_6_0_mysql.gemfile.lock +++ b/gemfiles/rails_6_0_mysql.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - active_storage_db (1.1.0) + active_storage_db (1.1.2) activestorage (>= 6.0) rails (>= 6.0) diff --git a/gemfiles/rails_6_0_postgres.gemfile.lock b/gemfiles/rails_6_0_postgres.gemfile.lock index 62ba197..3a73b05 100644 --- a/gemfiles/rails_6_0_postgres.gemfile.lock +++ b/gemfiles/rails_6_0_postgres.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - active_storage_db (1.1.0) + active_storage_db (1.1.2) activestorage (>= 6.0) rails (>= 6.0) diff --git a/gemfiles/rails_6_1_mysql.gemfile.lock b/gemfiles/rails_6_1_mysql.gemfile.lock index b13c57c..5e510bb 100644 --- a/gemfiles/rails_6_1_mysql.gemfile.lock +++ b/gemfiles/rails_6_1_mysql.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - active_storage_db (1.1.0) + active_storage_db (1.1.2) activestorage (>= 6.0) rails (>= 6.0) diff --git a/gemfiles/rails_6_1_postgres.gemfile.lock b/gemfiles/rails_6_1_postgres.gemfile.lock index 613e098..27b58a9 100644 --- a/gemfiles/rails_6_1_postgres.gemfile.lock +++ b/gemfiles/rails_6_1_postgres.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - active_storage_db (1.1.0) + active_storage_db (1.1.2) activestorage (>= 6.0) rails (>= 6.0) diff --git a/gemfiles/rails_7_0_mysql.gemfile.lock b/gemfiles/rails_7_0_mysql.gemfile.lock index 74bf3b2..cb29059 100644 --- a/gemfiles/rails_7_0_mysql.gemfile.lock +++ b/gemfiles/rails_7_0_mysql.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - active_storage_db (1.1.0) + active_storage_db (1.1.2) activestorage (>= 6.0) rails (>= 6.0) diff --git a/gemfiles/rails_7_0_postgres.gemfile.lock b/gemfiles/rails_7_0_postgres.gemfile.lock index 2aef79f..36b24a3 100644 --- a/gemfiles/rails_7_0_postgres.gemfile.lock +++ b/gemfiles/rails_7_0_postgres.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - active_storage_db (1.1.0) + active_storage_db (1.1.2) activestorage (>= 6.0) rails (>= 6.0) diff --git a/lib/active_storage_db/version.rb b/lib/active_storage_db/version.rb index 48f3699..bf64e2c 100644 --- a/lib/active_storage_db/version.rb +++ b/lib/active_storage_db/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ActiveStorageDB - VERSION = '1.1.0' + VERSION = '1.1.2' end