Skip to content

Commit

Permalink
chore: update Ruby version to 3.2.4
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Kirkham <[email protected]>
  • Loading branch information
TheDancingClown committed Oct 30, 2024
1 parent 31e994e commit d21bb60
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .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: 3.2.2
ruby-version: 3.2.4
- uses: actions/setup-node@v2-beta
with:
node-version: '20'
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
ruby-version: 3.2.4
bundler-cache: true
- name: Lint Ruby files
run: bundle exec rubocop --require rubocop-rails --format github
Expand All @@ -95,7 +95,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
ruby-version: 3.2.4
- uses: actions/setup-node@v2-beta
with:
node-version: '20'
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
ruby-version: 3.2.4
- uses: actions/setup-node@v2-beta
with:
node-version: '20'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
ruby-version: 3.2.4
- uses: actions/setup-node@v2-beta
with:
node-version: "16"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
ruby-version: 3.2.4
- uses: actions/setup-node@v2-beta
with:
node-version: "16"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
ruby-version: 3.2.4
- uses: actions/setup-node@v2-beta
with:
node-version: '16'
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.2.4
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 3.2.2
ruby 3.2.4
nodejs 20.16.0
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 "~> 3.2.2"
ruby "~> 3.2.4"

gem "rails", "7.0.8.4"
gem "websocket-extensions", "~> 0.1.5"
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,7 @@ PLATFORMS
x86_64-darwin-21
x86_64-darwin-22
x86_64-darwin-23
x86_64-darwin-24
x86_64-linux

DEPENDENCIES
Expand Down Expand Up @@ -835,7 +836,7 @@ DEPENDENCIES
wicked (~> 1.1)

RUBY VERSION
ruby 3.2.2p53
ruby 3.2.4p170

BUNDLED WITH
2.4.22
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

### Prerequisites

- Ruby 3.2.2
- Ruby 3.2.4
- `gem install bundler -v 2.5.6`
- Node.js LTS
- Rails 7.0
Expand Down

0 comments on commit d21bb60

Please sign in to comment.