This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
evolix
/
chexpire
mirror of
https://github.com/Evolix/chexpire.git
Watch
16
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
It's "webdrivers" not "webdriver" !
rails6
Jérémy Lecour
1 year ago
parent
3a44fc389e
commit
f94337fff5
2 changed files
with
6 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Gemfile
+5
-2
Gemfile.lock
+ 1
- 1
Gemfile
View File
@ -94,7 +94,7 @@ group :test do
# Adds support for Capybara system testing and selenium driver
gem
'capybara'
,
'>= 2.15'
gem
'selenium-webdriver'
gem
'webdriver'
gem
'webdriver
s
'
gem
'launchy'
gem
"
database_cleaner
"
+ 5
- 2
Gemfile.lock
View File
@ -341,7 +341,10 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webdriver (0.3.0)
webdrivers (4.1.2)
nokogiri (~> 1.6)
rubyzip (~> 1.0)
selenium-webdriver (>= 3.0, < 4.0)
webpacker (4.0.7)
activesupport (>= 4.2)
rack-proxy (>= 0.6.1)
@ -403,7 +406,7 @@ DEPENDENCIES
turbolinks (~> 5)
tzinfo-data
web-console (~> 4.0)
webdriver
webdriver
s
webpacker (~> 4.0)
whenever
Write
Preview
Loading…
Cancel
Save