diff options
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index acda1dfbd..7c6a67447 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: git://chouette.dryade.priv/ninoxe - revision: 5ffbe157e7d72379da01834a6f0830f0500d7526 + revision: ba81d9e4b2d6c9d72cd06632d167078a671ce7b8 specs: chouette-ninoxe (0.0.8) GeoRuby @@ -89,7 +89,7 @@ GEM activesupport (3.1.3) multi_json (~> 1.0) addressable (2.2.6) - arel (2.2.2) + arel (2.2.3) autotest-notification (2.3.4) autotest-standalone (~> 4.5) autotest-rails (4.1.1) @@ -153,6 +153,11 @@ GEM json (>= 1.4.6) gherkin (2.7.6-java) json (>= 1.4.6) + guard (1.0.1) + ffi (>= 0.5.0) + thor (~> 0.14.6) + guard-rspec (0.6.0) + guard (>= 0.10.0) has_scope (0.5.1) highline (1.6.11) hike (1.2.1) @@ -280,7 +285,7 @@ GEM treetop (1.4.10) polyglot polyglot (>= 0.3.1) - tzinfo (0.3.31) + tzinfo (0.3.32) uglifier (1.2.1) execjs (>= 0.3.0) multi_json (>= 1.0.2) @@ -316,6 +321,8 @@ DEPENDENCIES factory_girl factory_girl_rails formtastic + guard + guard-rspec inherited_resources jquery-rails jruby-openssl |
