Skip to content

Commit

Permalink
Jump to last Capybara version before limitation do Ruby 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
benoittgt committed May 1, 2019
1 parent a0df04e commit cbe8e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_app_generator/generate_app.rb
Expand Up @@ -41,7 +41,7 @@

if Rails::VERSION::STRING >= "5.1.0"
if RUBY_VERSION < "2.4"
gsub_file "Gemfile", /.*capybara.*/, "gem 'capybara', '~> 3.10.0'"
gsub_file "Gemfile", /.*capybara.*/, "gem 'capybara', '~> 3.15.0'"
end
gsub_file "Gemfile", /.*chromedriver-helper.*/, "gem 'webdrivers'"
end
Expand Down

0 comments on commit cbe8e9d

Please sign in to comment.