Skip to content

Commit

Permalink
Bump the minimum Ruby version to 3.2
Browse files Browse the repository at this point in the history
Since 3.1 is due to EOL soon.
  • Loading branch information
edmorley committed Oct 23, 2024
1 parent 32664b7 commit 5d10635
Showing 1 changed file with 1 addition and 1 deletion.
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'

ruby '>= 3.1', '< 3.4'
ruby '>= 3.2', '< 3.4'

group :test, :development do
gem 'heroku_hatchet'
Expand Down

0 comments on commit 5d10635

Please sign in to comment.