Skip to content

Commit

Permalink
Remove guard development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Apr 21, 2015
1 parent 3be4ea6 commit 2134142
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,4 +1,3 @@
bundler_args: --without development
env:
global:
- JRUBY_OPTS="$JRUBY_OPTS --debug"
Expand Down
8 changes: 0 additions & 8 deletions Gemfile
Expand Up @@ -2,14 +2,6 @@ source 'http://rubygems.org'

gem 'rake'

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

group :test do
gem 'coveralls'
gem 'json', :platforms => [:jruby, :ruby_18, :ruby_19]
Expand Down
10 changes: 0 additions & 10 deletions Guardfile

This file was deleted.

0 comments on commit 2134142

Please sign in to comment.