Skip to content

Commit

Permalink
12507: Revert timecop
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperka committed Nov 29, 2023
1 parent 3d02c05 commit dbfb2f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ group :development, :test do
gem "rubocop-rails", "~> 2.8"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 2.0"
gem "timecop", "~> 0.9.2"
gem "timecop", "0.9.6" # Timecop 0.9.8 breaks selenium (Selenium::WebDriver::Error::NoSuchWindowError).
end

group :test do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ GEM
climate_control (>= 0.0.3, < 1.0)
thor (1.3.0)
tilt (2.2.0)
timecop (0.9.8)
timecop (0.9.6)
timeout (0.4.0)
tins (1.32.1)
sync
Expand Down Expand Up @@ -727,7 +727,7 @@ DEPENDENCIES
term-ansicolor (~> 1.3)
terrapin (~> 0.6.0)
thor (~> 1.0)
timecop (~> 0.9.2)
timecop (= 0.9.6)
twilio-ruby (~> 4.2)
uglifier (~> 4.2)
vcr (~> 6.0)
Expand Down

0 comments on commit dbfb2f3

Please sign in to comment.