From 83dfd3108eaa25e36be8379b088cc19e9f10bd90 Mon Sep 17 00:00:00 2001 From: yoldas Date: Tue, 1 Aug 2023 01:01:52 +0100 Subject: [PATCH 1/4] Updated mysql version to 8.0 --- .github/workflows/ruby_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby_ci.yml b/.github/workflows/ruby_ci.yml index 479d81f4..41f089fc 100644 --- a/.github/workflows/ruby_ci.yml +++ b/.github/workflows/ruby_ci.yml @@ -15,7 +15,7 @@ jobs: services: mysql: # Use the Mysql docker image https://hub.docker.com/_/mysql - image: mysql:5.7 # Using 5.7 to map to what is used in production. + image: mysql:8.0 # Using 8.0 to map to what is used in production. ports: - 3306:3306 # Default port mappings # Monitor the health of the container to mesaure when it is ready From e8d23d2c79347dd71f445628f4ab1c206bec024f Mon Sep 17 00:00:00 2001 From: yoldas Date: Fri, 11 Aug 2023 12:12:11 +0100 Subject: [PATCH 2/4] Update .release-version to 3.7.0 --- .release-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.release-version b/.release-version index 40c341bd..7c69a55d 100644 --- a/.release-version +++ b/.release-version @@ -1 +1 @@ -3.6.0 +3.7.0 From 9dc2efad26f164cec0346f3ff61e5db49c41b016 Mon Sep 17 00:00:00 2001 From: yoldas Date: Fri, 11 Aug 2023 15:37:24 +0100 Subject: [PATCH 3/4] Remove redundant inline comment --- .github/workflows/ruby_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby_ci.yml b/.github/workflows/ruby_ci.yml index 41f089fc..14257ba2 100644 --- a/.github/workflows/ruby_ci.yml +++ b/.github/workflows/ruby_ci.yml @@ -15,7 +15,7 @@ jobs: services: mysql: # Use the Mysql docker image https://hub.docker.com/_/mysql - image: mysql:8.0 # Using 8.0 to map to what is used in production. + image: mysql:8.0 ports: - 3306:3306 # Default port mappings # Monitor the health of the container to mesaure when it is ready From 8d0e99a509f4f09c1e9d64f0bbe820cea4c7a707 Mon Sep 17 00:00:00 2001 From: yoldas Date: Fri, 11 Aug 2023 15:38:23 +0100 Subject: [PATCH 4/4] Removed selenium-webdriver version constraint --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index ee492fec..00f80e61 100644 --- a/Gemfile +++ b/Gemfile @@ -64,7 +64,7 @@ group :test do gem 'launchy' gem 'rspec-collection_matchers' gem 'rspec-rails', '~> 3.5.0' - gem 'selenium-webdriver', '~> 4.1', require: false + gem 'selenium-webdriver', require: false gem 'simplecov', require: false gem 'timecop' end diff --git a/Gemfile.lock b/Gemfile.lock index fdab8a6b..f4a94e01 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -320,7 +320,7 @@ DEPENDENCIES rubocop-rspec sass-rails (~> 6.0) sdoc (~> 2.4.0) - selenium-webdriver (~> 4.1) + selenium-webdriver simplecov spring timecop