Skip to content

Commit eb919ba

Browse files
committed
Jump to last Capybara version before limitation do Ruby 2.4
1 parent a9f0966 commit eb919ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_app_generator/generate_app.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
gsub_file "Gemfile", /.*chromedriver-helper.*/, "gem 'webdrivers'"
5050
end
5151
if RUBY_VERSION < "2.4"
52-
gsub_file "Gemfile", /.*capybara.*/, "gem 'capybara', '~> 3.10.0'"
52+
gsub_file "Gemfile", /.*capybara.*/, "gem 'capybara', '~> 3.15.0'"
5353
end
5454
end
5555

0 commit comments

Comments
 (0)