]> git.openstreetmap.org Git - rails.git/commit
Drop support for ruby 3.0
authorTom Hughes <tom@compton.nu>
Tue, 13 Aug 2024 20:05:51 +0000 (21:05 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 17 Sep 2024 19:39:22 +0000 (20:39 +0100)
commit6789fc30813990710c5fb786bf90a70867f77339
tree273969abd04648ce036fe94b138f45f7755671a4
parent2fd2317bc653574491e4bf749aed470398806401
Drop support for ruby 3.0

Also add Ubuntu 24.04 and drop 20.04 as 24.04 is needed for
ruby 3.1 without rvm so we should test it.
15 files changed:
.github/workflows/lint.yml
.github/workflows/tests.yml
.rubocop.yml
Gemfile
Gemfile.lock
INSTALL.md
Vagrantfile
app/controllers/api_controller.rb
app/controllers/application_controller.rb
app/helpers/browse_helper.rb
app/helpers/user_mailer_helper.rb
app/mailers/user_mailer.rb
lib/classic_pagination/pagination.rb
test/application_system_test_case.rb
test/test_helper.rb