Commit 6a38c0b2ebb7366c223b65e4ac590e3c6b4485cd
1 parent
cd853257
Exists in
master
and in
29 other branches
remove fix merge issu on Gemfile
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
Gemfile
... | ... | @@ -47,8 +47,7 @@ group :cucumber do |
47 | 47 | gem 'capybara', '~> 2.1.0' |
48 | 48 | gem 'cucumber', '~> 1.0.6' |
49 | 49 | gem 'database_cleaner', '~> 1.2.0' |
50 | - gem 'selenium-webdriver', '~> 2.47.1' | |
51 | - gem 'launchy' | |
50 | + gem 'selenium-webdriver', '~> 2.39.0' | |
52 | 51 | end |
53 | 52 | |
54 | 53 | # Requires custom dependencies | ... | ... |