Skip to content

Commit aab1c34

Browse files
committedJan 3, 2014
Whitespace [skip ci]
1 parent 56861d0 commit aab1c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gemspec
66
# and
77
# https://github.com/tenderlove/racc/issues/22
88
# are solved.
9-
gem 'racc', '< 1.4.10' if RUBY_VERSION.to_f < 1.9 or RUBY_ENGINE == 'jruby'
9+
gem 'racc', '< 1.4.10' if RUBY_VERSION.to_f < 1.9 or RUBY_ENGINE == 'jruby'
1010
gem 'json', '< 1.8.1' if RUBY_VERSION.to_f == 2.1 and RUBY_ENGINE == 'ruby'
1111
gem 'rubysl', :platform => :rbx
1212

0 commit comments

Comments
 (0)
Please sign in to comment.