Skip to content

Commit

Permalink
Use capybara 2.x for rails 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Dec 15, 2018
1 parent 3bdc83f commit 84532cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ else
gem 'sass-rails', '>= 5.0'
gem 'coffee-rails', '~> 4.1.0'
gem 'json', '~> 1.8'
gem 'capybara', '~> 2.0'
when /^4.[01]/
gem 'sass-rails', '< 5.0'
end
Expand Down
2 changes: 1 addition & 1 deletion blacklight.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rspec-rails", "~> 3.5"
s.add_development_dependency "rspec-its"
s.add_development_dependency "rspec-collection_matchers", ">= 1.0"
s.add_development_dependency "capybara", '~> 3'
s.add_development_dependency "capybara", '>= 2', '< 4'
s.add_development_dependency 'chromedriver-helper', '< 2.0.0' # 2.1.0 is causing "Unable to find chromedriver" on Travis
s.add_development_dependency "selenium-webdriver", '>= 3.13.1'
s.add_development_dependency 'engine_cart', '~> 1.2'
Expand Down

0 comments on commit 84532cf

Please sign in to comment.