bump guard
This commit is contained in:
parent
70804a2f77
commit
de7acb1579
2 changed files with 13 additions and 11 deletions
4
Gemfile
4
Gemfile
|
|
@ -153,8 +153,8 @@ group :test do
|
|||
gem 'webmock', '1.8.11', :require => false
|
||||
|
||||
gem 'spork', '1.0.0rc3'
|
||||
gem 'guard-rspec', '2.3.3'
|
||||
gem 'guard-spork', '1.4.1'
|
||||
gem 'guard-rspec', '2.4.0'
|
||||
gem 'guard-spork', '1.4.2'
|
||||
gem 'guard-cucumber', '1.3.2'
|
||||
gem 'rb-inotify', '0.9.0', :require => false
|
||||
gem 'rb-fsevent', '0.9.3', :require => false
|
||||
|
|
|
|||
20
Gemfile.lock
20
Gemfile.lock
|
|
@ -72,8 +72,8 @@ GEM
|
|||
carrierwave (0.8.0)
|
||||
activemodel (>= 3.2.0)
|
||||
activesupport (>= 3.2.0)
|
||||
childprocess (0.3.7)
|
||||
ffi (~> 1.0, >= 1.0.6)
|
||||
childprocess (0.3.8)
|
||||
ffi (~> 1.0, >= 1.0.11)
|
||||
client_side_validations (3.2.1)
|
||||
coderay (1.0.8)
|
||||
coffee-rails (3.2.2)
|
||||
|
|
@ -146,18 +146,19 @@ GEM
|
|||
gon (4.0.2)
|
||||
actionpack (>= 2.3.0)
|
||||
json
|
||||
guard (1.6.1)
|
||||
guard (1.6.2)
|
||||
listen (>= 0.6.0)
|
||||
lumberjack (>= 1.0.2)
|
||||
pry (>= 0.9.10)
|
||||
terminal-table (>= 1.4.3)
|
||||
thor (>= 0.14.6)
|
||||
guard-cucumber (1.3.2)
|
||||
cucumber (>= 1.2.0)
|
||||
guard (>= 1.1.0)
|
||||
guard-rspec (2.3.3)
|
||||
guard-rspec (2.4.0)
|
||||
guard (>= 1.1)
|
||||
rspec (~> 2.11)
|
||||
guard-spork (1.4.1)
|
||||
guard-spork (1.4.2)
|
||||
childprocess (>= 0.2.3)
|
||||
guard (>= 1.1)
|
||||
spork (>= 0.8.4)
|
||||
|
|
@ -252,7 +253,7 @@ GEM
|
|||
omniauth-oauth (~> 1.0)
|
||||
orm_adapter (0.4.0)
|
||||
polyglot (0.3.3)
|
||||
pry (0.9.11.1)
|
||||
pry (0.9.12)
|
||||
coderay (~> 1.0.5)
|
||||
method_source (~> 0.8)
|
||||
slop (~> 3.4)
|
||||
|
|
@ -337,7 +338,7 @@ GEM
|
|||
rspec-expectations (2.12.1)
|
||||
diff-lcs (~> 1.1.3)
|
||||
rspec-instafail (0.2.4)
|
||||
rspec-mocks (2.12.1)
|
||||
rspec-mocks (2.12.2)
|
||||
rspec-rails (2.12.2)
|
||||
actionpack (>= 3.0)
|
||||
activesupport (>= 3.0)
|
||||
|
|
@ -373,6 +374,7 @@ GEM
|
|||
rack (~> 1.0)
|
||||
tilt (~> 1.1, != 1.3.0)
|
||||
subexec (0.2.2)
|
||||
terminal-table (1.4.5)
|
||||
thor (0.17.0)
|
||||
tilt (1.3.3)
|
||||
timecop (0.5.9.2)
|
||||
|
|
@ -435,8 +437,8 @@ DEPENDENCIES
|
|||
fuubar (= 1.1.0)
|
||||
gon (= 4.0.2)
|
||||
guard-cucumber (= 1.3.2)
|
||||
guard-rspec (= 2.3.3)
|
||||
guard-spork (= 1.4.1)
|
||||
guard-rspec (= 2.4.0)
|
||||
guard-spork (= 1.4.2)
|
||||
haml (= 4.0.0)
|
||||
handlebars_assets (= 0.8.2)
|
||||
http_accept_language (= 1.0.2)
|
||||
|
|
|
|||
Loading…
Reference in a new issue