lock down guard until all plugins updated
This commit is contained in:
parent
4be6dc208f
commit
e0a2c6438a
2 changed files with 3 additions and 1 deletions
1
Gemfile
1
Gemfile
|
|
@ -190,6 +190,7 @@ group :development do
|
||||||
# Automatic test runs
|
# Automatic test runs
|
||||||
gem 'guard-cucumber', '1.5.1'
|
gem 'guard-cucumber', '1.5.1'
|
||||||
gem 'guard-rspec', '4.3.1'
|
gem 'guard-rspec', '4.3.1'
|
||||||
|
gem 'guard', '2.7.3', :require => false
|
||||||
gem 'rb-fsevent', '0.9.4', :require => false
|
gem 'rb-fsevent', '0.9.4', :require => false
|
||||||
gem 'rb-inotify', '0.9.5', :require => false
|
gem 'rb-inotify', '0.9.5', :require => false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -210,7 +210,7 @@ GEM
|
||||||
json
|
json
|
||||||
multi_json
|
multi_json
|
||||||
request_store (>= 1.0.5)
|
request_store (>= 1.0.5)
|
||||||
guard (2.8.2)
|
guard (2.7.3)
|
||||||
formatador (>= 0.2.4)
|
formatador (>= 0.2.4)
|
||||||
listen (~> 2.7)
|
listen (~> 2.7)
|
||||||
lumberjack (~> 1.0)
|
lumberjack (~> 1.0)
|
||||||
|
|
@ -564,6 +564,7 @@ DEPENDENCIES
|
||||||
foreman (= 0.62)
|
foreman (= 0.62)
|
||||||
fuubar (= 2.0.0)
|
fuubar (= 2.0.0)
|
||||||
gon (= 5.2.3)
|
gon (= 5.2.3)
|
||||||
|
guard (= 2.7.3)
|
||||||
guard-cucumber (= 1.5.1)
|
guard-cucumber (= 1.5.1)
|
||||||
guard-rspec (= 4.3.1)
|
guard-rspec (= 4.3.1)
|
||||||
guard-spork (= 1.5.1)
|
guard-spork (= 1.5.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue