Skip to content

Commit

Permalink
Merge pull request #27 from sebaherrera07/update_ruby
Browse files Browse the repository at this point in the history
Update Ruby to 3.4.1
  • Loading branch information
sebaherrera07 authored Jan 15, 2025
2 parents 5e3d32b + aacaee8 commit 0c4cae8
Show file tree
Hide file tree
Showing 5 changed files with 115 additions and 111 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.6
3.4.1
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 3.3.6
ruby 3.4.1
nodejs 21.5.0
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.3.6'
ruby '3.4.1'

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem 'rails', '~> 8.0'
Expand Down
Loading

0 comments on commit 0c4cae8

Please sign in to comment.