Skip to content

Commit cbe8e9d

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

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
@@ -41,7 +41,7 @@
4141

4242
if Rails::VERSION::STRING >= "5.1.0"
4343
if RUBY_VERSION < "2.4"
44-
gsub_file "Gemfile", /.*capybara.*/, "gem 'capybara', '~> 3.10.0'"
44+
gsub_file "Gemfile", /.*capybara.*/, "gem 'capybara', '~> 3.15.0'"
4545
end
4646
gsub_file "Gemfile", /.*chromedriver-helper.*/, "gem 'webdrivers'"
4747
end

0 commit comments

Comments
 (0)