Skip to content

Commit

Permalink
Use a capybara version which doesn't error
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Jan 26, 2021
1 parent 4ac4f99 commit 63709dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dummy/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'

gem 'rails', '~> 5.2.1'
gem 'puma'
gem 'capybara'
gem 'capybara', '3.34.0'
gem 'selenium-webdriver'
gem 'graphql', path: File.expand_path('../../', __dir__)

Expand Down

0 comments on commit 63709dd

Please sign in to comment.