Skip to content

Commit

Permalink
start fixing test suite; delete .ruby-version -- start using the gemf…
Browse files Browse the repository at this point in the history
…ile for specifying ruby version
  • Loading branch information
donrestarone committed Sep 9, 2024
1 parent da067f0 commit 0fe3118
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
if ENV['RUBY_BUILD'] == '3.0.0'
ruby '3.0.0'
else
ruby '3.2.1'
ruby '2.6.6'
end

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
Expand Down

0 comments on commit 0fe3118

Please sign in to comment.