Skip to content

Commit

Permalink
Platform friendly Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lifo committed Aug 14, 2011
1 parent 30cbc05 commit 629a702
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Gemfile
Expand Up @@ -14,9 +14,7 @@ group :example do
gem 'mysql2', '~> 0.2.11'

gem 'em-http-request'
gem 'em-synchrony'

gem 'rainbows'
gem 'thin', '~> 1.2.11'

gem 'yajl-ruby', :require => 'yajl'
Expand All @@ -25,6 +23,14 @@ group :example do
gem 'erubis'

gem 'async-rack'
end

platforms :mri_19 do
gem 'rainbows'
gem "ruby-debug19", :require => "ruby-debug" unless RUBY_VERSION > "1.9.2"
gem 'em-synchrony'
end

gem 'ruby-debug19'
platforms :rbx do
# gem 'em-synchrony'
end

0 comments on commit 629a702

Please sign in to comment.