Skip to content

Commit

Permalink
Bump ruby version 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fumimowdan committed Oct 31, 2023
1 parent 0d89d7d commit 3149d47
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.4
ruby-version: 3.2.2
bundler-cache: true
- name: Precompile assets
run: bundle exec rails assets:precompile
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.4
ruby-version: 3.2.2
bundler-cache: true
# Add or replace any other lints here
- name: Security audit dependencies
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.4
3.2.2
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nodejs 18.18.2
ruby 3.1.4
ruby 3.2.2
yarn 1.22.18
bundler 2.1.4
tilt 0.33.5
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.4-alpine
FROM ruby:3.2.2-alpine

ENV APP_HOME /app
RUN mkdir $APP_HOME
Expand All @@ -12,7 +12,7 @@ COPY .tool-versions Gemfile Gemfile.lock ./

RUN apk add --update --no-cache --virtual build-dependances \
postgresql-dev build-base && \
apk add --update --no-cache libpq yarn && \
apk add --update --no-cache libpq yarn yaml-dev && \
bundle install --jobs=4 && \
rm -rf /usr/local/bundle/cache && \
apk del build-dependances
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.4"
ruby "3.2.2"

gem "bootsnap", require: false
gem "foreman"
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,8 @@ GEM
date
net-protocol
net-imap (0.4.2)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
Expand Down Expand Up @@ -544,7 +546,7 @@ DEPENDENCIES
web-console

RUBY VERSION
ruby 3.1.4p223
ruby 3.2.2p53

BUNDLED WITH
2.1.4
2.4.21

0 comments on commit 3149d47

Please sign in to comment.