Skip to content

Commit

Permalink
Remove obsolete rake tasks that were slated for 2.0 removal
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Jan 30, 2024
1 parent 277b90f commit 65c91bd
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tasks/appraisal.rake
Original file line number Diff line number Diff line change
Expand Up @@ -179,15 +179,3 @@ FORCE_BUNDLER_VERSION = {
'3.1' => '2.3.26',
'3.2' => '2.3.26',
}.freeze

# TODO: remove with 2.0
task :install_appraisal_gemfiles do
warn 'This task has been removed, please use rake appraisal:install instead'
exit 1
end

# TODO: remove with 2.0
task :update_appraisal_gemfiles do
warn 'This task has been removed, please use rake appraisal:update instead'
exit 1
end

0 comments on commit 65c91bd

Please sign in to comment.