bump guard

This commit is contained in:
Jonne Haß 2013-04-04 21:27:53 +02:00
parent dacaaca7e5
commit d136fd56e7
2 changed files with 10 additions and 11 deletions

View file

@ -154,8 +154,8 @@ group :development do
# Automatic test runs # Automatic test runs
gem 'guard-cucumber', '1.3.2' gem 'guard-cucumber', '1.4.0'
gem 'guard-rspec', '2.5.1' gem 'guard-rspec', '2.5.3'
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

View file

@ -95,7 +95,7 @@ GEM
orm_adapter (~> 0.1) orm_adapter (~> 0.1)
railties (~> 3.1) railties (~> 3.1)
warden (~> 1.2.1) warden (~> 1.2.1)
diff-lcs (1.2.1) diff-lcs (1.2.3)
erubis (2.7.0) erubis (2.7.0)
excon (0.20.1) excon (0.20.1)
execjs (1.4.0) execjs (1.4.0)
@ -142,16 +142,16 @@ GEM
gon (4.0.2) gon (4.0.2)
actionpack (>= 2.3.0) actionpack (>= 2.3.0)
json json
guard (1.6.2) guard (1.7.0)
formatador (>= 0.2.4)
listen (>= 0.6.0) listen (>= 0.6.0)
lumberjack (>= 1.0.2) lumberjack (>= 1.0.2)
pry (>= 0.9.10) pry (>= 0.9.10)
terminal-table (>= 1.4.3)
thor (>= 0.14.6) thor (>= 0.14.6)
guard-cucumber (1.3.2) 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.1) guard-rspec (2.5.3)
guard (>= 1.1) guard (>= 1.1)
rspec (~> 2.11) rspec (~> 2.11)
guard-spork (1.5.0) guard-spork (1.5.0)
@ -374,8 +374,7 @@ GEM
tilt (~> 1.1, != 1.3.0) tilt (~> 1.1, != 1.3.0)
subexec (0.2.2) subexec (0.2.2)
temple (0.6.3) temple (0.6.3)
terminal-table (1.4.5) thor (0.18.1)
thor (0.17.0)
tilt (1.3.6) tilt (1.3.6)
timecop (0.6.1) timecop (0.6.1)
timers (1.1.0) timers (1.1.0)
@ -433,8 +432,8 @@ DEPENDENCIES
foreman (= 0.62) foreman (= 0.62)
fuubar (= 1.1.0) fuubar (= 1.1.0)
gon (= 4.0.2) gon (= 4.0.2)
guard-cucumber (= 1.3.2) guard-cucumber (= 1.4.0)
guard-rspec (= 2.5.1) guard-rspec (= 2.5.3)
guard-spork (= 1.5.0) guard-spork (= 1.5.0)
haml (= 4.0.1) haml (= 4.0.1)
handlebars_assets (= 0.12.0) handlebars_assets (= 0.12.0)