Skip to content

Commit

Permalink
update pry-byebug and specify feature as target for headless test
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Feb 22, 2024
1 parent c1df70d commit 2693e1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,9 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.8.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (~> 0.10)
pry (>= 0.13, < 0.15)
psych (3.3.4)
public_suffix (5.0.4)
puma (6.4.2)
Expand Down
2 changes: 1 addition & 1 deletion spec/support/capybara.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
driven_by :headless_chrome
end
end
end
end

0 comments on commit 2693e1c

Please sign in to comment.