Skip to content

Commit 4df9883

Browse files
committed
Update Capybara to remove matcher deprecations.
1 parent 59cef74 commit 4df9883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ gem 'sqlite3', '~> 1.3.6'
2727

2828
# Capybara versions that support RSpec 3 only support RUBY_VERSION >= 1.9.3
2929
if RUBY_VERSION >= '1.9.3'
30-
gem 'capybara', '2.2.0'
30+
gem 'capybara', '~> 2.3.0'
3131
end
3232

3333
if RUBY_VERSION < '1.9.2'

0 commit comments

Comments
 (0)