bump guard-rspec
This commit is contained in:
parent
bb3fc500b1
commit
241c584a0d
2 changed files with 10 additions and 9 deletions
2
Gemfile
2
Gemfile
|
|
@ -173,7 +173,7 @@ end
|
|||
group :development do
|
||||
# Automatic test runs
|
||||
gem 'guard-cucumber', '1.4.1'
|
||||
gem 'guard-rspec', '4.2.4'
|
||||
gem 'guard-rspec', '4.2.9'
|
||||
gem 'rb-fsevent', '0.9.4', :require => false
|
||||
gem 'rb-inotify', '0.9.3', :require => false
|
||||
|
||||
|
|
|
|||
17
Gemfile.lock
17
Gemfile.lock
|
|
@ -178,16 +178,16 @@ GEM
|
|||
gon (5.0.4)
|
||||
actionpack (>= 2.3.0)
|
||||
json
|
||||
guard (2.2.5)
|
||||
guard (2.6.1)
|
||||
formatador (>= 0.2.4)
|
||||
listen (~> 2.1)
|
||||
listen (~> 2.7)
|
||||
lumberjack (~> 1.0)
|
||||
pry (>= 0.9.12)
|
||||
thor (>= 0.18.1)
|
||||
guard-cucumber (1.4.1)
|
||||
cucumber (>= 1.2.0)
|
||||
guard (>= 1.1.0)
|
||||
guard-rspec (4.2.4)
|
||||
guard-rspec (4.2.9)
|
||||
guard (~> 2.1)
|
||||
rspec (>= 2.14, < 4.0)
|
||||
guard-spork (1.5.1)
|
||||
|
|
@ -232,11 +232,11 @@ GEM
|
|||
actionpack (>= 3.0.0)
|
||||
activesupport (>= 3.0.0)
|
||||
kgio (2.8.1)
|
||||
listen (2.4.0)
|
||||
listen (2.7.5)
|
||||
celluloid (>= 0.15.2)
|
||||
rb-fsevent (>= 0.9.3)
|
||||
rb-inotify (>= 0.9)
|
||||
lumberjack (1.0.4)
|
||||
lumberjack (1.0.6)
|
||||
macaddr (1.6.1)
|
||||
systemu (~> 2.5.0)
|
||||
mail (2.5.4)
|
||||
|
|
@ -293,7 +293,7 @@ GEM
|
|||
nokogiri
|
||||
orm_adapter (0.5.0)
|
||||
polyglot (0.3.5)
|
||||
pry (0.9.12.4)
|
||||
pry (0.9.12.6)
|
||||
coderay (~> 1.0)
|
||||
method_source (~> 0.8)
|
||||
slop (~> 3.4)
|
||||
|
|
@ -359,6 +359,7 @@ GEM
|
|||
rake (10.3.2)
|
||||
rb-fsevent (0.9.4)
|
||||
rb-inotify (0.9.3)
|
||||
ffi (>= 0.5.0)
|
||||
rdoc (3.12.2)
|
||||
json (~> 1.4)
|
||||
redcarpet (3.1.1)
|
||||
|
|
@ -413,7 +414,7 @@ GEM
|
|||
tilt (~> 1.3, >= 1.3.3)
|
||||
sinon-rails (1.7.3)
|
||||
railties (>= 3.1)
|
||||
slop (3.4.7)
|
||||
slop (3.5.0)
|
||||
spork (1.0.0rc4)
|
||||
sprockets (2.2.2)
|
||||
hike (~> 1.2)
|
||||
|
|
@ -495,7 +496,7 @@ DEPENDENCIES
|
|||
galetahub-simple_captcha (= 0.1.5)
|
||||
gon (= 5.0.4)
|
||||
guard-cucumber (= 1.4.1)
|
||||
guard-rspec (= 4.2.4)
|
||||
guard-rspec (= 4.2.9)
|
||||
guard-spork (= 1.5.1)
|
||||
haml (= 4.0.5)
|
||||
handlebars_assets (= 0.12.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue