Skip to content

Commit

Permalink
use the rubygems and do a ruby-debug exclude.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterberkenbosch committed Feb 23, 2012
1 parent d2c8a80 commit b256bfa
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
source 'http://rubygems.org'

gem 'spree', :git => "git://github.com/spree/spree.git"

group :test do
gem 'ffaker'
end

if RUBY_VERSION < "1.9"
gem "ruby-debug"
else
gem "ruby-debug19"
unless ENV["CI"]
if RUBY_VERSION < "1.9"
gem "ruby-debug"
else
gem "ruby-debug19"
end
end

gemspec

0 comments on commit b256bfa

Please sign in to comment.