Skip to content

Commit

Permalink
Make update_rails_releases a requirement of update_rails_releases
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Oct 1, 2024
1 parent 6494d98 commit 4345484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/data.rake
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace :data do
end

desc "Update minimum Ruby versions from Rails 2.3 to 7.2"
task update_rails_releases: :environment do
task update_rails_releases: :find_or_create_rails_releases do
min_versions = {
"2.3" => {
minimum_ruby_version: "1.8.7",
Expand Down

0 comments on commit 4345484

Please sign in to comment.