diff --git a/gemfiles/rails_6_1_mssql.gemfile.lock b/gemfiles/rails_6_1_mssql.gemfile.lock index fb39bbf..e158478 100644 --- a/gemfiles/rails_6_1_mssql.gemfile.lock +++ b/gemfiles/rails_6_1_mssql.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - active_storage_db (1.2.0) + active_storage_db (1.3.0) activestorage (>= 6.0) rails (>= 6.0) @@ -122,6 +122,7 @@ GEM matrix (0.4.2) method_source (1.0.0) mini_mime (1.1.5) + mini_portile2 (2.8.4) minitest (5.20.0) net-imap (0.4.3) date @@ -133,6 +134,9 @@ GEM net-smtp (0.4.0) net-protocol nio4r (2.5.9) + nokogiri (1.15.4) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) nokogiri (1.15.4-arm64-darwin) racc (~> 1.4) parallel (1.23.0) diff --git a/gemfiles/rails_6_1_mysql.gemfile.lock b/gemfiles/rails_6_1_mysql.gemfile.lock index 0120b4c..f125770 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.2.0) + active_storage_db (1.3.0) 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 2db85a9..f342785 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.2.0) + active_storage_db (1.3.0) activestorage (>= 6.0) rails (>= 6.0) diff --git a/gemfiles/rails_7_0_mssql.gemfile.lock b/gemfiles/rails_7_0_mssql.gemfile.lock index fd58295..0d22060 100644 --- a/gemfiles/rails_7_0_mssql.gemfile.lock +++ b/gemfiles/rails_7_0_mssql.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - active_storage_db (1.2.0) + active_storage_db (1.3.0) 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 2616a9c..de9770c 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.2.0) + active_storage_db (1.3.0) 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 ac5586f..43efae2 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.2.0) + active_storage_db (1.3.0) activestorage (>= 6.0) rails (>= 6.0) diff --git a/gemfiles/rails_7_1_mysql.gemfile.lock b/gemfiles/rails_7_1_mysql.gemfile.lock index 60de3ff..35ba117 100644 --- a/gemfiles/rails_7_1_mysql.gemfile.lock +++ b/gemfiles/rails_7_1_mysql.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - active_storage_db (1.2.0) + active_storage_db (1.3.0) activestorage (>= 6.0) rails (>= 6.0) diff --git a/gemfiles/rails_7_1_postgres.gemfile.lock b/gemfiles/rails_7_1_postgres.gemfile.lock index 142ac1e..49da516 100644 --- a/gemfiles/rails_7_1_postgres.gemfile.lock +++ b/gemfiles/rails_7_1_postgres.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - active_storage_db (1.2.0) + active_storage_db (1.3.0) activestorage (>= 6.0) rails (>= 6.0) diff --git a/lib/active_storage_db/version.rb b/lib/active_storage_db/version.rb index 51e82d3..92cf15c 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.2.0' + VERSION = '1.3.0' end