bump guard
This commit is contained in:
parent
fc3da627fb
commit
858f447512
2 changed files with 15 additions and 10 deletions
2
Gemfile
2
Gemfile
|
|
@ -157,7 +157,7 @@ group :development do
|
||||||
# Automatic test runs
|
# Automatic test runs
|
||||||
|
|
||||||
gem 'guard-cucumber', '1.4.0'
|
gem 'guard-cucumber', '1.4.0'
|
||||||
gem 'guard-rspec', '2.5.3'
|
gem 'guard-rspec', '3.0.1'
|
||||||
gem 'rb-fsevent', '0.9.3', :require => false
|
gem 'rb-fsevent', '0.9.3', :require => false
|
||||||
gem 'rb-inotify', '0.9.0', :require => false
|
gem 'rb-inotify', '0.9.0', :require => false
|
||||||
|
|
||||||
|
|
|
||||||
23
Gemfile.lock
23
Gemfile.lock
|
|
@ -143,18 +143,18 @@ GEM
|
||||||
gon (4.1.0)
|
gon (4.1.0)
|
||||||
actionpack (>= 2.3.0)
|
actionpack (>= 2.3.0)
|
||||||
json
|
json
|
||||||
guard (1.7.0)
|
guard (1.8.0)
|
||||||
formatador (>= 0.2.4)
|
formatador (>= 0.2.4)
|
||||||
listen (>= 0.6.0)
|
listen (>= 1.0.0)
|
||||||
lumberjack (>= 1.0.2)
|
lumberjack (>= 1.0.2)
|
||||||
pry (>= 0.9.10)
|
pry (>= 0.9.10)
|
||||||
thor (>= 0.14.6)
|
thor (>= 0.14.6)
|
||||||
guard-cucumber (1.4.0)
|
guard-cucumber (1.4.0)
|
||||||
cucumber (>= 1.2.0)
|
cucumber (>= 1.2.0)
|
||||||
guard (>= 1.1.0)
|
guard (>= 1.1.0)
|
||||||
guard-rspec (2.5.3)
|
guard-rspec (3.0.1)
|
||||||
guard (>= 1.1)
|
guard (>= 1.8)
|
||||||
rspec (~> 2.11)
|
rspec (~> 2.13)
|
||||||
guard-spork (1.5.0)
|
guard-spork (1.5.0)
|
||||||
childprocess (>= 0.2.3)
|
childprocess (>= 0.2.3)
|
||||||
guard (>= 1.1)
|
guard (>= 1.1)
|
||||||
|
|
@ -196,7 +196,10 @@ GEM
|
||||||
actionpack (>= 3.0.0)
|
actionpack (>= 3.0.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
kgio (2.8.0)
|
kgio (2.8.0)
|
||||||
listen (0.7.3)
|
listen (1.2.0)
|
||||||
|
rb-fsevent (>= 0.9.3)
|
||||||
|
rb-inotify (>= 0.9)
|
||||||
|
rb-kqueue (>= 0.2)
|
||||||
lumberjack (1.0.3)
|
lumberjack (1.0.3)
|
||||||
mail (2.5.4)
|
mail (2.5.4)
|
||||||
mime-types (~> 1.16)
|
mime-types (~> 1.16)
|
||||||
|
|
@ -244,7 +247,7 @@ GEM
|
||||||
omniauth-oauth (~> 1.0)
|
omniauth-oauth (~> 1.0)
|
||||||
orm_adapter (0.4.0)
|
orm_adapter (0.4.0)
|
||||||
polyglot (0.3.3)
|
polyglot (0.3.3)
|
||||||
pry (0.9.12)
|
pry (0.9.12.2)
|
||||||
coderay (~> 1.0.5)
|
coderay (~> 1.0.5)
|
||||||
method_source (~> 0.8)
|
method_source (~> 0.8)
|
||||||
slop (~> 3.4)
|
slop (~> 3.4)
|
||||||
|
|
@ -306,6 +309,8 @@ GEM
|
||||||
rb-fsevent (0.9.3)
|
rb-fsevent (0.9.3)
|
||||||
rb-inotify (0.9.0)
|
rb-inotify (0.9.0)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
|
rb-kqueue (0.2.0)
|
||||||
|
ffi (>= 0.5.0)
|
||||||
rdoc (3.12.2)
|
rdoc (3.12.2)
|
||||||
json (~> 1.4)
|
json (~> 1.4)
|
||||||
redcarpet (2.3.0)
|
redcarpet (2.3.0)
|
||||||
|
|
@ -364,7 +369,7 @@ GEM
|
||||||
slim (1.3.8)
|
slim (1.3.8)
|
||||||
temple (~> 0.6.3)
|
temple (~> 0.6.3)
|
||||||
tilt (~> 1.3.3)
|
tilt (~> 1.3.3)
|
||||||
slop (3.4.4)
|
slop (3.4.5)
|
||||||
spork (1.0.0rc3)
|
spork (1.0.0rc3)
|
||||||
sprockets (2.2.2)
|
sprockets (2.2.2)
|
||||||
hike (~> 1.2)
|
hike (~> 1.2)
|
||||||
|
|
@ -432,7 +437,7 @@ DEPENDENCIES
|
||||||
fuubar (= 1.1.0)
|
fuubar (= 1.1.0)
|
||||||
gon (= 4.1.0)
|
gon (= 4.1.0)
|
||||||
guard-cucumber (= 1.4.0)
|
guard-cucumber (= 1.4.0)
|
||||||
guard-rspec (= 2.5.3)
|
guard-rspec (= 3.0.1)
|
||||||
guard-spork (= 1.5.0)
|
guard-spork (= 1.5.0)
|
||||||
haml (= 4.0.2)
|
haml (= 4.0.2)
|
||||||
handlebars_assets (= 0.12.0)
|
handlebars_assets (= 0.12.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue