OSDN Git Service

pass test
[pettanr/pettanr.git] / Gemfile.lock
index 8c9ad92..fd21268 100644 (file)
@@ -1,6 +1,7 @@
 GEM
   remote: http://rubygems.org/
   specs:
+    ZenTest (4.7.0)
     actionmailer (3.1.1)
       actionpack (= 3.1.1)
       mail (~> 2.3.0)
@@ -30,6 +31,8 @@ GEM
     activesupport (3.1.1)
       multi_json (~> 1.0)
     arel (2.2.1)
+    autotest (4.4.6)
+      ZenTest (>= 4.4.1)
     aws-s3 (0.6.2)
       builder
       mime-types
@@ -71,6 +74,8 @@ GEM
     erubis (2.7.0)
     execjs (1.2.11)
       multi_json (~> 1.0)
+    factory_girl (2.6.4)
+      activesupport (>= 2.3.9)
     ffi (1.0.11-x86-mingw32)
     gherkin (2.6.9-x86-mingw32)
       json (>= 1.4.6)
@@ -89,7 +94,6 @@ GEM
     multi_json (1.0.4)
     nokogiri (1.5.0-x86-mingw32)
     orm_adapter (0.0.5)
-    pg (0.11.0-x86-mingw32)
     polyglot (0.3.3)
     rack (1.3.5)
     rack-cache (1.1)
@@ -122,7 +126,6 @@ GEM
     rake (0.9.2.2)
     rdoc (3.11)
       json (~> 1.4)
-    rmagick (2.12.0)
     rspec (2.7.0)
       rspec-core (~> 2.7.0)
       rspec-expectations (~> 2.7.0)
@@ -152,10 +155,9 @@ GEM
     sprockets (2.0.3)
       hike (~> 1.2)
       rack (~> 1.0)
-      tilt (!= 1.3.0, ~> 1.1)
+      tilt (~> 1.1, != 1.3.0)
     sqlite3 (1.3.5-x86-mingw32)
     term-ansicolor (1.0.7)
-    therubyracer-heroku (0.8.1.pre3)
     thor (0.14.6)
     tilt (1.3.3)
     treetop (1.4.10)
@@ -165,6 +167,9 @@ GEM
     uglifier (1.1.0)
       execjs (>= 0.3.0)
       multi_json (>= 1.0.2)
+    validate_url (0.2.0)
+      activemodel (>= 3.0.0)
+    validates_existence (0.7.1)
     warden (1.1.0)
       rack (>= 1.0)
     webrat (0.7.3)
@@ -179,22 +184,23 @@ PLATFORMS
   x86-mingw32
 
 DEPENDENCIES
+  autotest
   aws-s3
   coffee-rails (~> 3.1.1)
   cucumber
   cucumber-rails
   database_cleaner
   devise
+  factory_girl
   jquery-rails
   moro-miso
-  pg
   rails (= 3.1.1)
   rails-erd
-  rmagick (= 2.12.0)
   rspec
   rspec-rails
   sass-rails (~> 3.1.4)
   sqlite3
-  therubyracer-heroku
   uglifier (>= 1.0.3)
+  validate_url
+  validates_existence
   webrat