Skip to content

Commit

Permalink
Exclude guard (which requires celluloid (which requires Ruby 1.9.2)) …
Browse files Browse the repository at this point in the history
…on Ruby 1.8.7
  • Loading branch information
sferik committed Jan 18, 2014
1 parent 1ff4858 commit b994461
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ gemspec
gem 'rake'

group :development do
gem 'guard'
gem 'guard-bundler'
gem 'guard-rspec'
platforms :ruby_19, :ruby_20, :ruby_21 do
gem 'guard'
gem 'guard-bundler'
gem 'guard-rspec'
end
gem 'pry'
gem 'pry-rescue'
end
Expand Down

0 comments on commit b994461

Please sign in to comment.