diff --git a/.github/workflows/crm.yml b/.github/workflows/crm.yml index 7be908aa..4e79c9f9 100644 --- a/.github/workflows/crm.yml +++ b/.github/workflows/crm.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.2.0 + ruby-version: ruby-3.3.4 bundler-cache: true working-directory: ${{ env.WORKING_DIRECTORY }} - run: make test @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.2.0 + ruby-version: ruby-3.3.4 bundler-cache: true working-directory: ${{ env.WORKING_DIRECTORY }} - run: make mutate diff --git a/.github/workflows/infra.yml b/.github/workflows/infra.yml index d643748b..819fedb2 100644 --- a/.github/workflows/infra.yml +++ b/.github/workflows/infra.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.2.0 + ruby-version: ruby-3.3.4 bundler-cache: true working-directory: ${{ env.WORKING_DIRECTORY }} - run: make test @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.2.0 + ruby-version: ruby-3.3.4 bundler-cache: true working-directory: ${{ env.WORKING_DIRECTORY }} - run: make mutate diff --git a/.github/workflows/inventory.yml b/.github/workflows/inventory.yml index 7c9dd62c..2548164f 100644 --- a/.github/workflows/inventory.yml +++ b/.github/workflows/inventory.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.2.0 + ruby-version: ruby-3.3.4 bundler-cache: true working-directory: ${{ env.WORKING_DIRECTORY }} - run: make test @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.2.0 + ruby-version: ruby-3.3.4 bundler-cache: true working-directory: ${{ env.WORKING_DIRECTORY }} - run: make mutate diff --git a/.github/workflows/invoicing.yml b/.github/workflows/invoicing.yml index 918c6861..b4f9d09d 100644 --- a/.github/workflows/invoicing.yml +++ b/.github/workflows/invoicing.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.2.0 + ruby-version: ruby-3.3.4 bundler-cache: true working-directory: ${{ env.WORKING_DIRECTORY }} - run: make test @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.2.0 + ruby-version: ruby-3.3.4 bundler-cache: true working-directory: ${{ env.WORKING_DIRECTORY }} - run: make mutate diff --git a/.github/workflows/ordering.yml b/.github/workflows/ordering.yml index dbe24ba7..c9670fc6 100644 --- a/.github/workflows/ordering.yml +++ b/.github/workflows/ordering.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.2.0 + ruby-version: ruby-3.3.4 bundler-cache: true working-directory: ${{ env.WORKING_DIRECTORY }} - run: make test @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.2.0 + ruby-version: ruby-3.3.4 bundler-cache: true working-directory: ${{ env.WORKING_DIRECTORY }} - run: make mutate diff --git a/.github/workflows/payments.yml b/.github/workflows/payments.yml index 0d920bba..870344e3 100644 --- a/.github/workflows/payments.yml +++ b/.github/workflows/payments.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.2.0 + ruby-version: ruby-3.3.4 bundler-cache: true working-directory: ${{ env.WORKING_DIRECTORY }} - run: make test @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.2.0 + ruby-version: ruby-3.3.4 bundler-cache: true working-directory: ${{ env.WORKING_DIRECTORY }} - run: make mutate diff --git a/.github/workflows/pricing.yml b/.github/workflows/pricing.yml index 0e7fa90f..cb5ea8e5 100644 --- a/.github/workflows/pricing.yml +++ b/.github/workflows/pricing.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.2.0 + ruby-version: ruby-3.3.4 bundler-cache: true working-directory: ${{ env.WORKING_DIRECTORY }} - run: make test @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.2.0 + ruby-version: ruby-3.3.4 bundler-cache: true working-directory: ${{ env.WORKING_DIRECTORY }} - run: make mutate diff --git a/.github/workflows/processes.yml b/.github/workflows/processes.yml index 9234918a..d02914ff 100644 --- a/.github/workflows/processes.yml +++ b/.github/workflows/processes.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.2.0 + ruby-version: ruby-3.3.4 bundler-cache: true working-directory: ${{ env.WORKING_DIRECTORY }} - run: make test @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.2.0 + ruby-version: ruby-3.3.4 bundler-cache: true working-directory: ${{ env.WORKING_DIRECTORY }} - run: make mutate diff --git a/.github/workflows/product_catalog.yml b/.github/workflows/product_catalog.yml index 4cab2991..4016e3b5 100644 --- a/.github/workflows/product_catalog.yml +++ b/.github/workflows/product_catalog.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.2.0 + ruby-version: ruby-3.3.4 bundler-cache: true working-directory: ${{ env.WORKING_DIRECTORY }} - run: make test @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.2.0 + ruby-version: ruby-3.3.4 bundler-cache: true working-directory: ${{ env.WORKING_DIRECTORY }} - run: make mutate diff --git a/.github/workflows/rails_application.yml b/.github/workflows/rails_application.yml index b32e37f3..96b903d4 100644 --- a/.github/workflows/rails_application.yml +++ b/.github/workflows/rails_application.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.2.0 + ruby-version: ruby-3.3.4 bundler-cache: true working-directory: ${{ env.WORKING_DIRECTORY }} - name: Assets Precompile @@ -76,7 +76,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.2.0 + ruby-version: ruby-3.3.4 bundler-cache: true working-directory: ${{ env.WORKING_DIRECTORY }} - name: Assets Precompile diff --git a/.github/workflows/shipping.yml b/.github/workflows/shipping.yml index e52e5b0c..6d74552b 100644 --- a/.github/workflows/shipping.yml +++ b/.github/workflows/shipping.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.2.0 + ruby-version: ruby-3.3.4 bundler-cache: true working-directory: ${{ env.WORKING_DIRECTORY }} - run: make test @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.2.0 + ruby-version: ruby-3.3.4 bundler-cache: true working-directory: ${{ env.WORKING_DIRECTORY }} - run: make mutate diff --git a/.github/workflows/taxes.yml b/.github/workflows/taxes.yml index 4fff63f5..cefdf00b 100644 --- a/.github/workflows/taxes.yml +++ b/.github/workflows/taxes.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.2.0 + ruby-version: ruby-3.3.4 bundler-cache: true working-directory: ${{ env.WORKING_DIRECTORY }} - run: make test @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.2.0 + ruby-version: ruby-3.3.4 bundler-cache: true working-directory: ${{ env.WORKING_DIRECTORY }} - run: make mutate diff --git a/.github/workflows/todo.yml b/.github/workflows/todo.yml index 57ccf2e1..6f6d727c 100644 --- a/.github/workflows/todo.yml +++ b/.github/workflows/todo.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.2.0 + ruby-version: ruby-3.3.4 bundler-cache: true working-directory: ${{ env.WORKING_DIRECTORY }} - run: make test @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.2.0 + ruby-version: ruby-3.3.4 bundler-cache: true working-directory: ${{ env.WORKING_DIRECTORY }} - run: make mutate diff --git a/pricing_catalog_rails_app/Dockerfile b/pricing_catalog_rails_app/Dockerfile index 0ffa0232..7e09ec5d 100644 --- a/pricing_catalog_rails_app/Dockerfile +++ b/pricing_catalog_rails_app/Dockerfile @@ -1,7 +1,7 @@ # syntax = docker/dockerfile:1 # Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile -ARG RUBY_VERSION=3.2.0 +ARG RUBY_VERSION=3.3.4 FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base # Rails app lives here diff --git a/pricing_catalog_rails_app/Gemfile b/pricing_catalog_rails_app/Gemfile index 124d5f63..3ef1cb20 100644 --- a/pricing_catalog_rails_app/Gemfile +++ b/pricing_catalog_rails_app/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -ruby "3.2.0" +ruby "3.3.4" gem "rails", "~> 7.1.3" gem "sqlite3", "~> 1.4" diff --git a/pricing_catalog_rails_app/Gemfile.lock b/pricing_catalog_rails_app/Gemfile.lock index 9036c5f4..1e88842a 100644 --- a/pricing_catalog_rails_app/Gemfile.lock +++ b/pricing_catalog_rails_app/Gemfile.lock @@ -328,7 +328,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.2.0p0 + ruby 3.3.4p0 BUNDLED WITH 2.5.9 diff --git a/rails_application/Gemfile.lock b/rails_application/Gemfile.lock index 16d75b8a..5720572c 100644 --- a/rails_application/Gemfile.lock +++ b/rails_application/Gemfile.lock @@ -181,15 +181,9 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.7.3) - nokogiri (1.14.1) + nokogiri (1.14.5) mini_portile2 (~> 2.8.0) racc (~> 1.4) - nokogiri (1.14.1-arm64-darwin) - racc (~> 1.4) - nokogiri (1.14.1-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.14.1-x86_64-linux) - racc (~> 1.4) parser (3.2.2.4) ast (~> 2.4.1) racc