Skip to content

Commit

Permalink
feat!: remove verify_file_existance method
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Mar 9, 2024
1 parent 8585bf8 commit 3d10479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Changes since the last non-beta release.

- Remove `https` option for `webpack-dev-server` [PR 414](https://github.com/shakacode/shakapacker/pull/414) by [G-Rath](https://github.com/g-rath).

- Remove `verify_file_existance` method [PR 446](https://github.com/shakacode/shakapacker/pull/446) by [G-Rath](https://github.com/g-rath).

- Drop support for Ruby 2.6 [PR 415](https://github.com/shakacode/shakapacker/pull/415) by [G-Rath](https://github.com/g-rath).

- Drop support for Node v12 [PR 431](https://github.com/shakacode/shakapacker/pull/431) by [G-Rath](https://github.com/g-rath).
Expand Down
5 changes: 0 additions & 5 deletions lib/tasks/shakapacker/check_binstubs.rake
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ namespace :shakapacker do
end
end

def verify_file_existance(binstub_file)
puts "verify_file_existance is deprecated - use verify_file_existence instead"
verify_file_existence(binstub_file)
end

def verify_file_existence(binstub_file)
unless File.exist?(Rails.root.join(binstub_file))
puts <<~MSG
Expand Down

0 comments on commit 3d10479

Please sign in to comment.