Skip to content

Commit

Permalink
Temporarily fix 1.8.7 builds
Browse files Browse the repository at this point in the history
Waiting for racc:
ruby/racc#32
  • Loading branch information
elia committed Oct 17, 2013
1 parent 9677ea3 commit 9a84bfa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
source 'https://rubygems.org'
gemspec

# Stick with older racc until
# https://github.com/tenderlove/racc/issues/32
# is solved.
gem 'racc', '< 1.4.10' if RUBY_VERSION.to_f < 1.9

group :repl do
gem "therubyracer", :require => 'v8'
end

0 comments on commit 9a84bfa

Please sign in to comment.