From a65080e50ddb1ae91fcc09d2edf5e008b740d497 Mon Sep 17 00:00:00 2001 From: "Jose Fernandez (magec)" Date: Tue, 26 Mar 2024 16:28:08 +0100 Subject: [PATCH] User newer images for testing --- .circleci/config.yml | 4 ++-- gemfiles/activerecord_41.gemfile.lock | 2 -- gemfiles/activerecord_42.gemfile.lock | 2 -- gemfiles/activerecord_50.gemfile.lock | 2 -- gemfiles/activerecord_51.gemfile.lock | 14 +++----------- gemfiles/activerecord_52.gemfile.lock | 14 +++----------- 6 files changed, 8 insertions(+), 30 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d66e96b..dafe80d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ references: - image: *ruby_image environment: DB_HOST=127.0.0.1 - - image: circleci/mysql:5.6.39 + - image: cimg/mysql:5.7.36 environment: MYSQL_DATABASE=immortal_db @@ -22,7 +22,7 @@ references: run: name: Install Bundler command: | - gem install bundler + gem install bundler -v 1.14.6 gem cleanup bundler install_gems: &install_gems diff --git a/gemfiles/activerecord_41.gemfile.lock b/gemfiles/activerecord_41.gemfile.lock index d01be24..01e2517 100644 --- a/gemfiles/activerecord_41.gemfile.lock +++ b/gemfiles/activerecord_41.gemfile.lock @@ -116,5 +116,3 @@ DEPENDENCIES rubocop-rspec sqlite3 -BUNDLED WITH - 1.16.5 diff --git a/gemfiles/activerecord_42.gemfile.lock b/gemfiles/activerecord_42.gemfile.lock index 4ce5b6a..76f82a8 100644 --- a/gemfiles/activerecord_42.gemfile.lock +++ b/gemfiles/activerecord_42.gemfile.lock @@ -114,5 +114,3 @@ DEPENDENCIES rubocop-rspec sqlite3 -BUNDLED WITH - 1.16.5 diff --git a/gemfiles/activerecord_50.gemfile.lock b/gemfiles/activerecord_50.gemfile.lock index 3d49a1e..6b65f7f 100644 --- a/gemfiles/activerecord_50.gemfile.lock +++ b/gemfiles/activerecord_50.gemfile.lock @@ -112,5 +112,3 @@ DEPENDENCIES rubocop-rspec sqlite3 -BUNDLED WITH - 1.16.5 diff --git a/gemfiles/activerecord_51.gemfile.lock b/gemfiles/activerecord_51.gemfile.lock index 4a01daa..06314ba 100644 --- a/gemfiles/activerecord_51.gemfile.lock +++ b/gemfiles/activerecord_51.gemfile.lock @@ -59,7 +59,7 @@ GEM concurrent-ruby (~> 1.0) json (2.7.1) language_server-protocol (3.17.0.3) - minitest (5.22.3) + minitest (5.11.3) mysql2 (0.5.6) parallel (1.24.0) parser (3.3.0.5) @@ -113,13 +113,8 @@ GEM rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) ruby-progressbar (1.13.0) - sqlite3 (1.7.3-aarch64-linux) - sqlite3 (1.7.3-arm-linux) - sqlite3 (1.7.3-arm64-darwin) - sqlite3 (1.7.3-x86-linux) - sqlite3 (1.7.3-x86_64-darwin) - sqlite3 (1.7.3-x86_64-linux) - thor (1.3.1) + sqlite3 (1.3.13) + thor (0.20.3) thread_safe (0.3.6) tzinfo (1.2.11) thread_safe (~> 0.1) @@ -147,6 +142,3 @@ DEPENDENCIES rubocop rubocop-rspec sqlite3 - -BUNDLED WITH - 2.5.5 diff --git a/gemfiles/activerecord_52.gemfile.lock b/gemfiles/activerecord_52.gemfile.lock index 7e33838..a1f9996 100644 --- a/gemfiles/activerecord_52.gemfile.lock +++ b/gemfiles/activerecord_52.gemfile.lock @@ -59,7 +59,7 @@ GEM concurrent-ruby (~> 1.0) json (2.7.1) language_server-protocol (3.17.0.3) - minitest (5.22.3) + minitest (5.11.3) mysql2 (0.5.6) parallel (1.24.0) parser (3.3.0.5) @@ -113,13 +113,8 @@ GEM rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) ruby-progressbar (1.13.0) - sqlite3 (1.7.3-aarch64-linux) - sqlite3 (1.7.3-arm-linux) - sqlite3 (1.7.3-arm64-darwin) - sqlite3 (1.7.3-x86-linux) - sqlite3 (1.7.3-x86_64-darwin) - sqlite3 (1.7.3-x86_64-linux) - thor (1.3.1) + sqlite3 (1.3.13) + thor (0.20.3) thread_safe (0.3.6) tzinfo (1.2.11) thread_safe (~> 0.1) @@ -147,6 +142,3 @@ DEPENDENCIES rubocop rubocop-rspec sqlite3 - -BUNDLED WITH - 2.5.5