Skip to content

Commit

Permalink
Some cleanup around the guard config
Browse files Browse the repository at this point in the history
Conflicts:
	Gemfile
  • Loading branch information
oreoshake committed Dec 6, 2014
1 parent 583beae commit eac2a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ group :test do
gem 'rails', '3.2.12'
gem 'sqlite3', :platform => [:ruby, :mswin, :mingw]
gem 'jdbc-sqlite3', :platform => :jruby
gem 'rspec-rails'
gem 'rspec'
gem 'guard-rspec', :platform => :ruby_19
gem 'rspec-rails', '>= 3.1'
gem 'rspec', '>= 3.1'
gem 'growl'
gem 'rb-fsevent'
gem 'debugger', :platform => :ruby_19
Expand Down
6 changes: 0 additions & 6 deletions Guardfile

This file was deleted.

0 comments on commit eac2a33

Please sign in to comment.