Skip to content

Commit 6d1212f

Browse files
committed
Jump to last Capybara version before limitation do Ruby 2.4
1 parent d61e505 commit 6d1212f

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
@@ -46,7 +46,7 @@
4646
gsub_file "Gemfile", /.*chromedriver-helper.*/, "gem 'webdrivers'"
4747
end
4848
if RUBY_VERSION < "2.4"
49-
gsub_file "Gemfile", /.*capybara.*/, "gem 'capybara', '~> 3.10.0'"
49+
gsub_file "Gemfile", /.*capybara.*/, "gem 'capybara', '~> 3.15.0'"
5050
end
5151
gsub_file "Gemfile", /.*chromedriver-helper.*/, "gem 'webdrivers'"
5252
end

0 commit comments

Comments
 (0)