Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ group :test do
gem "test-prof", "~> 0.12" # Ruby Tests Profiling Toolbox
gem "timecop", "~> 0.9" # A gem providing "time travel" and "time freezing" capabilities, making it dead simple to test time-dependent code
gem "vcr", "~> 6.0" # Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests
gem "webdrivers", "~> 4.4" # Run Selenium tests more easily with install and updates for all supported webdrivers
gem "webdrivers", "~> 5.0" # Run Selenium tests more easily with install and updates for all supported webdrivers
gem "webmock", "~> 3.11", require: false # WebMock allows stubbing HTTP requests and setting expectations on HTTP requests
gem "zonebie", "~> 0.6.1" # Runs your tests in a random timezone
end
15 changes: 8 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ GEM
caze (0.2.2)
activesupport (>= 3)
chartkick (3.4.2)
childprocess (3.0.0)
childprocess (4.1.0)
cld (0.8.0)
ffi
cloudinary (1.18.1)
Expand Down Expand Up @@ -613,7 +613,7 @@ GEM
netrc (~> 0.8)
reverse_markdown (2.0.0)
nokogiri
rexml (3.2.4)
rexml (3.2.5)
rolify (5.3.0)
rouge (3.26.0)
rspec (3.10.0)
Expand Down Expand Up @@ -693,8 +693,9 @@ GEM
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
sax-machine (1.3.2)
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
selenium-webdriver (4.0.3)
childprocess (>= 0.5, < 5.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2)
semantic_range (2.3.0)
shellany (0.0.1)
Expand Down Expand Up @@ -795,10 +796,10 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webdrivers (4.4.1)
webdrivers (5.0.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0)
selenium-webdriver (~> 4.0)
webmock (3.11.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
Expand Down Expand Up @@ -972,7 +973,7 @@ DEPENDENCIES
vcr (~> 6.0)
wcag_color_contrast (~> 0.1)
web-console (~> 4.1)
webdrivers (~> 4.4)
webdrivers (~> 5.0)
webmock (~> 3.11)
webpacker (~> 5.2.1)
yard (~> 0.9.26)
Expand Down
Binary file removed vendor/cache/childprocess-3.0.0.gem
Binary file not shown.
Binary file added vendor/cache/childprocess-4.1.0.gem
Binary file not shown.
Binary file added vendor/cache/libv8-8.4.255.0.gem
Binary file not shown.
Binary file removed vendor/cache/rexml-3.2.4.gem
Binary file not shown.
Binary file added vendor/cache/rexml-3.2.5.gem
Binary file not shown.
Binary file removed vendor/cache/selenium-webdriver-3.142.7.gem
Binary file not shown.
Binary file added vendor/cache/selenium-webdriver-4.0.3.gem
Binary file not shown.
Binary file removed vendor/cache/webdrivers-4.4.1.gem
Binary file not shown.
Binary file added vendor/cache/webdrivers-5.0.0.gem
Binary file not shown.