Skip to content

Commit

Permalink
upgrade ruby to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamfall committed Nov 1, 2023
1 parent 14b2828 commit cc3b8c9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.7
ruby-version: 3.2.2
- uses: actions/setup-node@v2-beta
with:
node-version: '12'
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.7
3.2.2
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG RUBY_VERSION=2.7.7
ARG RUBY_VERSION=3.2.2

FROM ruby:2.7.7
FROM ruby:${RUBY_VERSION}

ENV HOME=/app
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

git_source(:github) { |name| "https://github.com/#{name}.git" }

ruby '~> 2.7.7'
ruby '~> 3.2.2'

gem 'rails', '6.1.7.1'
gem 'websocket-extensions', '~> 0.1.5'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ GEM
database_cleaner-core (2.0.1)
date (3.3.3)
debug_inspector (1.1.0)
decent_decoration (0.1.0)
decent_exposure (~> 3.0)
decent_decoration (0.0.6)
decent_exposure (>= 2.0)
decent_exposure (3.0.4)
activesupport (>= 4.0)
declarative (0.0.20)
Expand Down Expand Up @@ -838,7 +838,7 @@ DEPENDENCIES
wicked (~> 1.1)

RUBY VERSION
ruby 2.7.7p221
ruby 3.2.2p53

BUNDLED WITH
2.4.8

0 comments on commit cc3b8c9

Please sign in to comment.