diff options
| author | Alban Peignier | 2012-03-11 11:54:00 +0100 |
|---|---|---|
| committer | Alban Peignier | 2012-03-11 11:54:12 +0100 |
| commit | dc8a6f7f9182996ea3f39986b45c3a71927a8e4a (patch) | |
| tree | f6c2e5c48a896dc43f8c0795eb1f557b82483c80 /Gemfile.lock | |
| parent | ae88454853f146acc6f1368a14e1180be2650d03 (diff) | |
| download | chouette-core-dc8a6f7f9182996ea3f39986b45c3a71927a8e4a.tar.bz2 | |
Add validations. Fixes specs
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 |
