Skip to content

Commit

Permalink
misc: Upgrade ruby to 3.2.2 (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-pochet committed Apr 11, 2023
1 parent 4b48ecc commit 05c875c
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Ruby and gems
uses: ruby/setup-ruby@0a6498048c74682fe3bb5b3d6dec1f92be9297c8
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.3'
ruby-version: '3.2.2'
bundler-cache: true
- name: Generate RSA keys
run: ./scripts/generate.rsa.sh
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.3
3.2.2
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1.3-alpine as build
FROM ruby:3.2.2-alpine as build

WORKDIR /app

Expand All @@ -22,7 +22,7 @@ RUN gem install bundler --no-document -v '2.3.26'
RUN bundle config build.nokogiri --use-system-libraries &&\
bundle install --jobs=3 --retry=3 --without development test

FROM ruby:3.1.3-alpine
FROM ruby:3.2.2-alpine

WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/ruby:3.1.3-alpine as build
FROM arm64v8/ruby:3.2.2-alpine as build

WORKDIR /app

Expand All @@ -22,7 +22,7 @@ RUN gem install bundler --no-document -v '2.3.26'
RUN bundle config build.nokogiri --use-system-libraries &&\
bundle install --jobs=3 --retry=3 --without development test

FROM arm64v8/ruby:3.1.3-alpine
FROM arm64v8/ruby:3.2.2-alpine

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1.3-alpine
FROM ruby:3.2.2-alpine

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.1.3'
ruby '3.2.2'

# Core
gem 'activejob-uniqueness', require: 'active_job/uniqueness/sidekiq_patch'
Expand Down
34 changes: 17 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.0)
concurrent-ruby (1.2.2)
connection_pool (2.3.0)
countries (5.1.2)
sixarm_ruby_unaccent (~> 1.1)
Expand Down Expand Up @@ -233,7 +233,7 @@ GEM
activerecord (>= 5, < 7.1)
lograge (~> 0.11)
logstash-event (1.2.02)
loofah (2.19.1)
loofah (2.20.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.8.0.1)
Expand All @@ -245,7 +245,7 @@ GEM
memoist (0.16.2)
method_source (1.0.0)
mini_mime (1.1.2)
minitest (5.17.0)
minitest (5.18.0)
monetize (1.12.0)
money (~> 6.12)
money (6.16.0)
Expand All @@ -270,13 +270,13 @@ GEM
net-protocol
newrelic_rpm (8.15.0)
nio4r (2.5.8)
nokogiri (1.14.1-aarch64-linux)
nokogiri (1.14.2-aarch64-linux)
racc (~> 1.4)
nokogiri (1.14.1-arm64-darwin)
nokogiri (1.14.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.1-x86_64-darwin)
nokogiri (1.14.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.14.1-x86_64-linux)
nokogiri (1.14.2-x86_64-linux)
racc (~> 1.4)
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
Expand All @@ -297,7 +297,7 @@ GEM
rack (2.2.6.4)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-test (2.0.2)
rack-test (2.1.0)
rack (>= 1.3)
rails (7.0.4)
actioncable (= 7.0.4)
Expand Down Expand Up @@ -343,14 +343,14 @@ GEM
rack (>= 1.4)
retriable (3.1.2)
rexml (3.2.5)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
rspec-core (3.12.1)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (~> 3.12.0)
rspec-rails (6.0.1)
actionpack (>= 6.1)
activesupport (>= 6.1)
Expand All @@ -359,7 +359,7 @@ GEM
rspec-expectations (~> 3.11)
rspec-mocks (~> 3.11)
rspec-support (~> 3.11)
rspec-support (3.11.0)
rspec-support (3.12.0)
ruby2_keywords (0.0.5)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
Expand Down Expand Up @@ -438,7 +438,7 @@ GEM
websocket-extensions (0.1.5)
with_advisory_lock (4.6.0)
activerecord (>= 4.2)
zeitwerk (2.6.6)
zeitwerk (2.6.7)

PLATFORMS
aarch64-linux-musl
Expand Down Expand Up @@ -500,7 +500,7 @@ DEPENDENCIES
with_advisory_lock

RUBY VERSION
ruby 3.1.3p185
ruby 3.2.2p53

BUNDLED WITH
2.3.26

0 comments on commit 05c875c

Please sign in to comment.