Skip to content

Commit ed2f5e2

Browse files
committed
Remove additional space
1 parent 9de3ef8 commit ed2f5e2

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
@@ -59,7 +59,7 @@ gem 'rack-cache', '< 1.3.0' if RUBY_VERSION < '2.0.0'
5959

6060
if RUBY_VERSION < '1.9.2'
6161
gem 'nokogiri', '~> 1.5.0'
62-
elsif RUBY_VERSION < '1.9.3'
62+
elsif RUBY_VERSION < '1.9.3'
6363
gem 'nokogiri', '1.5.2'
6464
elsif RUBY_VERSION < '2.1.0'
6565
gem 'nokogiri', '1.6.8.1'

0 commit comments

Comments
 (0)