Skip to content

Commit

Permalink
Remove ripper from Gemfile temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Jun 14, 2011
1 parent 046d47b commit 095fb4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Expand Up @@ -18,6 +18,6 @@ group :server do
gem 'rack'
end

group :parser do
gem 'ripper' if RUBY_VERSION >= '1.8.7' && RUBY_PLATFORM != "java"
end
#group :parser do
# gem 'ripper' if RUBY_VERSION >= '1.8.7' && RUBY_PLATFORM != "java"
#end

0 comments on commit 095fb4b

Please sign in to comment.