From d5c22f36109835a9515ec3e1ef04fae53879f805 Mon Sep 17 00:00:00 2001 From: "Igor S. Morozov" Date: Tue, 20 Aug 2024 23:16:35 +0200 Subject: [PATCH] Prepare 11.0.0.rc3 release (#327) Avoiding 11.0.0.rc2 because the tag is already there --- Gemfile.lock | 6 +++++- gemfiles/rails_6.1.gemfile.lock | 6 +++++- gemfiles/rails_7.0.gemfile.lock | 6 +++++- gemfiles/rails_7.1.gemfile.lock | 6 +++++- gemfiles/rails_7.2.gemfile.lock | 6 +++++- lib/data_migrate/version.rb | 2 +- 6 files changed, 26 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 21bc543..15c08dd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - data_migrate (11.0.0.rc) + data_migrate (11.0.0.rc3) activerecord (>= 6.1) railties (>= 6.1) @@ -75,6 +75,8 @@ GEM racc (~> 1.4) nokogiri (1.16.2-arm64-darwin) racc (~> 1.4) + nokogiri (1.16.2-x86_64-darwin) + racc (~> 1.4) nokogiri (1.16.2-x86_64-linux) racc (~> 1.4) overcommit (0.63.0) @@ -153,6 +155,7 @@ GEM ruby-progressbar (1.13.0) sqlite3 (1.7.2-aarch64-linux) sqlite3 (1.7.2-arm64-darwin) + sqlite3 (1.7.2-x86_64-darwin) sqlite3 (1.7.2-x86_64-linux) stringio (3.1.0) strscan (3.1.0) @@ -169,6 +172,7 @@ PLATFORMS aarch64-linux arm64-darwin-22 arm64-darwin-23 + x86_64-darwin-22 x86_64-linux DEPENDENCIES diff --git a/gemfiles/rails_6.1.gemfile.lock b/gemfiles/rails_6.1.gemfile.lock index e49aa0f..a68068b 100644 --- a/gemfiles/rails_6.1.gemfile.lock +++ b/gemfiles/rails_6.1.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - data_migrate (11.0.0.rc) + data_migrate (11.0.0.rc3) activerecord (>= 6.1) railties (>= 6.1) @@ -112,6 +112,8 @@ GEM racc (~> 1.4) nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) + nokogiri (1.16.7-x86_64-darwin) + racc (~> 1.4) nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) overcommit (0.60.0) @@ -197,6 +199,7 @@ GEM sprockets (>= 3.0.0) sqlite3 (1.7.2-aarch64-linux) sqlite3 (1.7.2-arm64-darwin) + sqlite3 (1.7.2-x86_64-darwin) sqlite3 (1.7.2-x86_64-linux) thor (1.3.1) timecop (0.9.6) @@ -213,6 +216,7 @@ PLATFORMS aarch64-linux arm64-darwin-22 arm64-darwin-23 + x86_64-darwin-22 x86_64-linux DEPENDENCIES diff --git a/gemfiles/rails_7.0.gemfile.lock b/gemfiles/rails_7.0.gemfile.lock index e024bad..e162700 100644 --- a/gemfiles/rails_7.0.gemfile.lock +++ b/gemfiles/rails_7.0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - data_migrate (11.0.0.rc) + data_migrate (11.0.0.rc3) activerecord (>= 6.1) railties (>= 6.1) @@ -119,6 +119,8 @@ GEM racc (~> 1.4) nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) + nokogiri (1.16.7-x86_64-darwin) + racc (~> 1.4) nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) overcommit (0.60.0) @@ -198,6 +200,7 @@ GEM ruby-progressbar (1.13.0) sqlite3 (1.7.2-aarch64-linux) sqlite3 (1.7.2-arm64-darwin) + sqlite3 (1.7.2-x86_64-darwin) sqlite3 (1.7.2-x86_64-linux) thor (1.3.1) timecop (0.9.6) @@ -214,6 +217,7 @@ PLATFORMS aarch64-linux arm64-darwin-22 arm64-darwin-23 + x86_64-darwin-22 x86_64-linux DEPENDENCIES diff --git a/gemfiles/rails_7.1.gemfile.lock b/gemfiles/rails_7.1.gemfile.lock index 3c40269..6db2524 100644 --- a/gemfiles/rails_7.1.gemfile.lock +++ b/gemfiles/rails_7.1.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - data_migrate (11.0.0.rc) + data_migrate (11.0.0.rc3) activerecord (>= 6.1) railties (>= 6.1) @@ -137,6 +137,8 @@ GEM racc (~> 1.4) nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) + nokogiri (1.16.7-x86_64-darwin) + racc (~> 1.4) nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) overcommit (0.60.0) @@ -228,6 +230,7 @@ GEM ruby-progressbar (1.13.0) sqlite3 (1.7.2-aarch64-linux) sqlite3 (1.7.2-arm64-darwin) + sqlite3 (1.7.2-x86_64-darwin) sqlite3 (1.7.2-x86_64-linux) stringio (3.1.1) thor (1.3.1) @@ -246,6 +249,7 @@ PLATFORMS aarch64-linux arm64-darwin-22 arm64-darwin-23 + x86_64-darwin-22 x86_64-linux DEPENDENCIES diff --git a/gemfiles/rails_7.2.gemfile.lock b/gemfiles/rails_7.2.gemfile.lock index 9858f1a..63b5b71 100644 --- a/gemfiles/rails_7.2.gemfile.lock +++ b/gemfiles/rails_7.2.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - data_migrate (11.0.0.rc) + data_migrate (11.0.0.rc3) activerecord (>= 6.1) railties (>= 6.1) @@ -133,6 +133,8 @@ GEM racc (~> 1.4) nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) + nokogiri (1.16.7-x86_64-darwin) + racc (~> 1.4) nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) overcommit (0.63.0) @@ -226,6 +228,7 @@ GEM securerandom (0.3.1) sqlite3 (2.0.2-aarch64-linux-gnu) sqlite3 (2.0.2-arm64-darwin) + sqlite3 (2.0.2-x86_64-darwin) sqlite3 (2.0.2-x86_64-linux-gnu) stringio (3.1.1) strscan (3.1.0) @@ -245,6 +248,7 @@ GEM PLATFORMS aarch64-linux arm64-darwin-23 + x86_64-darwin-22 x86_64-linux DEPENDENCIES diff --git a/lib/data_migrate/version.rb b/lib/data_migrate/version.rb index db46d66..cb1efef 100644 --- a/lib/data_migrate/version.rb +++ b/lib/data_migrate/version.rb @@ -1,3 +1,3 @@ module DataMigrate - VERSION = "11.0.0.rc".freeze + VERSION = "11.0.0.rc3".freeze end