bump guard

This commit is contained in:
Jonne Haß 2015-03-24 22:12:51 +01:00
parent f0b7d68399
commit 9f6ca586a1
2 changed files with 8 additions and 9 deletions

View file

@ -215,11 +215,11 @@ end
group :development do group :development do
# Automatic test runs # Automatic test runs
gem "guard-cucumber", "1.5.3" gem "guard-cucumber", "1.5.4"
gem "guard-jshintrb", "1.1.1" gem "guard-jshintrb", "1.1.1"
gem "guard-rspec", "4.5.0" gem "guard-rspec", "4.5.0"
gem "guard-rubocop", "1.2.0" gem "guard-rubocop", "1.2.0"
gem "guard", "2.12.4", require: false gem "guard", "2.12.5", 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

View file

@ -199,7 +199,7 @@ GEM
http-cookie (~> 1.0.0) http-cookie (~> 1.0.0)
faraday_middleware (0.9.1) faraday_middleware (0.9.1)
faraday (>= 0.7.4, < 0.10) faraday (>= 0.7.4, < 0.10)
ffi (1.9.6) ffi (1.9.8)
fission (0.5.0) fission (0.5.0)
CFPropertyList (~> 2.2) CFPropertyList (~> 2.2)
fixture_builder (0.3.6) fixture_builder (0.3.6)
@ -302,7 +302,7 @@ GEM
json json
multi_json multi_json
request_store (>= 1.0.5) request_store (>= 1.0.5)
guard (2.12.4) guard (2.12.5)
formatador (>= 0.2.4) formatador (>= 0.2.4)
listen (~> 2.7) listen (~> 2.7)
lumberjack (~> 1.0) lumberjack (~> 1.0)
@ -312,9 +312,8 @@ GEM
shellany (~> 0.0) shellany (~> 0.0)
thor (>= 0.18.1) thor (>= 0.18.1)
guard-compat (1.2.1) guard-compat (1.2.1)
guard-cucumber (1.5.3) guard-cucumber (1.5.4)
cucumber (>= 1.3.0) cucumber (>= 1.3.0)
guard (>= 2.0.0)
guard-compat (~> 1.0) guard-compat (~> 1.0)
nenv (~> 0.1) nenv (~> 0.1)
guard-jshintrb (1.1.1) guard-jshintrb (1.1.1)
@ -379,7 +378,7 @@ GEM
actionpack (>= 3.0.0) actionpack (>= 3.0.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
kgio (2.9.3) kgio (2.9.3)
listen (2.8.5) listen (2.9.0)
celluloid (>= 0.15.2) celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3) rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9) rb-inotify (>= 0.9)
@ -734,8 +733,8 @@ 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.12.4) guard (= 2.12.5)
guard-cucumber (= 1.5.3) guard-cucumber (= 1.5.4)
guard-jshintrb (= 1.1.1) guard-jshintrb (= 1.1.1)
guard-rspec (= 4.5.0) guard-rspec (= 4.5.0)
guard-rubocop (= 1.2.0) guard-rubocop (= 1.2.0)