OSDN Git Service

update rroonga 2.1.3
[tdcgexplorer/nimono-crawlers.git] / Gemfile
1 # Edit this Gemfile to bundle your application's dependencies.
2 # This preamble is the current preamble for Rails 3 apps; edit as needed.
3 source 'http://rubygems.org'
4
5 gem 'rroonga', '2.1.3'
6 gem 'activegroonga', '2.1.3'
7
8 gem 'zipruby'
9
10 # Bundle gems for the local environment. Make sure to
11 # put test-only gems in this group so their generators
12 # and rake tasks are available in development mode:
13 group :development, :test do
14   gem 'rspec', '2.6.0'
15   # gem 'webrat'
16 end