OSDN Git Service

update rroonga 2.1.3
authornomeu <nomeu@users.sourceforge.jp>
Sat, 2 Feb 2013 03:39:14 +0000 (12:39 +0900)
committernomeu <nomeu@users.sourceforge.jp>
Sat, 2 Feb 2013 03:39:14 +0000 (12:39 +0900)
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 17fcf7d..75a1b72 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -2,9 +2,8 @@
 # This preamble is the current preamble for Rails 3 apps; edit as needed.
 source 'http://rubygems.org'
 
-gem 'activerecord', '3.0.6'
-
-gem 'activegroonga', '1.0.4'
+gem 'rroonga', '2.1.3'
+gem 'activegroonga', '2.1.3'
 
 gem 'zipruby'
 
index ce0eb5e..80ac212 100644 (file)
@@ -1,25 +1,27 @@
 GEM
   remote: http://rubygems.org/
   specs:
-    activegroonga (1.0.4)
-      activemodel (>= 3.0.1)
-      rroonga (>= 1.0.4)
-    activemodel (3.0.6)
-      activesupport (= 3.0.6)
-      builder (~> 2.1.2)
-      i18n (~> 0.5.0)
-    activerecord (3.0.6)
-      activemodel (= 3.0.6)
-      activesupport (= 3.0.6)
-      arel (~> 2.0.2)
-      tzinfo (~> 0.3.23)
-    activesupport (3.0.6)
-    arel (2.0.10)
-    builder (2.1.2)
+    activegroonga (2.1.3)
+      activemodel (>= 3.2.10)
+      rroonga (>= 2.1.2)
+    activemodel (3.2.11)
+      activesupport (= 3.2.11)
+      builder (~> 3.0.0)
+    activesupport (3.2.11)
+      i18n (~> 0.6)
+      multi_json (~> 1.0)
+    archive-zip (0.5.0)
+      io-like (>= 0.3.0)
+    builder (3.0.4)
     diff-lcs (1.1.2)
-    i18n (0.5.0)
-    pkg-config (1.1.2)
-    rroonga (1.2.4)
+    i18n (0.6.1)
+    io-like (0.3.0)
+    json (1.7.6)
+    multi_json (1.5.0)
+    pkg-config (1.1.4)
+    rroonga (2.1.3)
+      archive-zip
+      json
       pkg-config
     rspec (2.6.0)
       rspec-core (~> 2.6.0)
@@ -29,14 +31,13 @@ GEM
     rspec-expectations (2.6.0)
       diff-lcs (~> 1.1.2)
     rspec-mocks (2.6.0)
-    tzinfo (0.3.29)
     zipruby (0.3.6)
 
 PLATFORMS
   ruby
 
 DEPENDENCIES
-  activegroonga (= 1.0.4)
-  activerecord (= 3.0.6)
+  activegroonga (= 2.1.3)
+  rroonga (= 2.1.3)
   rspec (= 2.6.0)
   zipruby