Skip to content

Commit

Permalink
Bump Ruby version to 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Chalarangelo committed Jul 25, 2024
1 parent 763eccd commit c666674
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [3.3.3]
ruby-version: [3.3.4]
env:
RAILS_ENV: test
steps:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.3.3
ruby-3.3.4
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby '3.3.3'
ruby '3.3.4'

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem 'rails', '~> 7.1.3', '>= 7.1.3.4'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[build]
publish = "dist"
command = "npm run build"
environment = { NODE_VERSION = "20.11.1", RUBY_VERSION="3.3.3" }
environment = { NODE_VERSION = "20.11.1", RUBY_VERSION="3.3.4" }

0 comments on commit c666674

Please sign in to comment.