diff --git a/.github/workflows/production_pipeline.yml b/.github/workflows/production_pipeline.yml index 1ae549799..01922d442 100644 --- a/.github/workflows/production_pipeline.yml +++ b/.github/workflows/production_pipeline.yml @@ -38,7 +38,7 @@ jobs: --health-retries 5 env: RAILS_ENV: test - GEMFILE_RUBY_VERSION: 3.1.0 + GEMFILE_RUBY_VERSION: 3.1.1 DB_HOST: localhost DB_DATABASE: data_collector DB_USERNAME: postgres diff --git a/.github/workflows/staging_pipeline.yml b/.github/workflows/staging_pipeline.yml index ffe2b5097..f4e59cb7d 100644 --- a/.github/workflows/staging_pipeline.yml +++ b/.github/workflows/staging_pipeline.yml @@ -37,7 +37,7 @@ jobs: --health-retries 5 env: RAILS_ENV: test - GEMFILE_RUBY_VERSION: 3.1.0 + GEMFILE_RUBY_VERSION: 3.1.1 DB_HOST: localhost DB_DATABASE: data_collector DB_USERNAME: postgres