Skip to content

Commit eac2a33

Browse files
committed
Some cleanup around the guard config
Conflicts: Gemfile
1 parent 583beae commit eac2a33

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

Gemfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ group :test do
66
gem 'rails', '3.2.12'
77
gem 'sqlite3', :platform => [:ruby, :mswin, :mingw]
88
gem 'jdbc-sqlite3', :platform => :jruby
9-
gem 'rspec-rails'
10-
gem 'rspec'
11-
gem 'guard-rspec', :platform => :ruby_19
9+
gem 'rspec-rails', '>= 3.1'
10+
gem 'rspec', '>= 3.1'
1211
gem 'growl'
1312
gem 'rb-fsevent'
1413
gem 'debugger', :platform => :ruby_19

Guardfile

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)