Skip to content

Commit

Permalink
CI Fixes (#509)
Browse files Browse the repository at this point in the history
* add debug logs

* possible fixes
  • Loading branch information
Judahmeek authored Aug 28, 2024
1 parent 8bc4a70 commit 801aafe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/dummy/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4060,7 +4060,7 @@ setprototypeof@1.2.0:
integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==

"shakapacker@file:.yalc/shakapacker":
version "8.0.0-rc.2"
version "8.0.1"
dependencies:
js-yaml "^4.1.0"
path-complete-extname "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion spec/generator_specs/generator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
it "adds binstubs" do
expected_binstubs = []
Dir.chdir(File.join(GEM_ROOT, "lib/install/bin")) do
expected_binstubs = Dir.glob("bin/*")
expected_binstubs = Dir.glob("*")
end

Dir.chdir(File.join(TEMP_RAILS_APP_PATH, "bin")) do
Expand Down

0 comments on commit 801aafe

Please sign in to comment.