Skip to content

Commit 08049fc

Browse files
author
Sam Phippen
committed
More gemfile fixes
1 parent 87f6be6 commit 08049fc

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
@@ -40,7 +40,7 @@ end
4040

4141

4242
# Capybara versions that support RSpec 3 only support RUBY_VERSION >= 1.9.3
43-
if RUBY_VERSION >= '1.9.3'
43+
if RUBY_VERSION >= '1.9.3'
4444
if /5(\.|-)1/ === RAILS_VERSION || "master" == RAILS_VERSION
4545
gem 'capybara', '~> 2.13', :require => false
4646
else

0 commit comments

Comments
 (0)