Skip to content

Commit 63709dd

Browse files
committed
Use a capybara version which doesn't error
1 parent 4ac4f99 commit 63709dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/dummy/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33

44
gem 'rails', '~> 5.2.1'
55
gem 'puma'
6-
gem 'capybara'
6+
gem 'capybara', '3.34.0'
77
gem 'selenium-webdriver'
88
gem 'graphql', path: File.expand_path('../../', __dir__)
99

0 commit comments

Comments
 (0)