Skip to content

Commit

Permalink
Lock undercover to the previous version due to bug that was introduced
Browse files Browse the repository at this point in the history
  • Loading branch information
Kizr committed Dec 18, 2024
1 parent 3762e90 commit bc92b53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ group :test do
# launch browser when inspecting capybara specs
gem "launchy"
gem "timecop"
gem "undercover"
gem "undercover", "~> 0.5.0"
gem "webmock"
end

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -634,9 +634,9 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uber (0.1.0)
undercover (0.6.2)
undercover (0.5.0)
bigdecimal
imagen (>= 0.2.0)
imagen (>= 0.1.8)
rainbow (>= 2.1, < 4.0)
rugged (>= 0.27, < 1.8)
unicode-display_width (2.6.0)
Expand Down Expand Up @@ -750,7 +750,7 @@ DEPENDENCIES
syntax_tree-rbs
timecop
tzinfo-data
undercover
undercover (~> 0.5.0)
view_component
web-console
webmock
Expand Down

0 comments on commit bc92b53

Please sign in to comment.