Skip to content

Commit

Permalink
ruby upgrade to 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejkrzywda committed Aug 16, 2024
1 parent 275c734 commit e25efac
Show file tree
Hide file tree
Showing 17 changed files with 30 additions and 36 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/invoicing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ordering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/payments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pricing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/processes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/product_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rails_application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/shipping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/taxes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pricing_catalog_rails_app/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pricing_catalog_rails_app/Gemfile
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion pricing_catalog_rails_app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ DEPENDENCIES
web-console

RUBY VERSION
ruby 3.2.0p0
ruby 3.3.4p0

BUNDLED WITH
2.5.9
8 changes: 1 addition & 7 deletions rails_application/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e25efac

Please sign in to comment.