OSDN Git Service

fixed typo
[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 'activerecord', '3.0.6'
6
7 gem 'pg', '0.10.1'
8 gem 'activegroonga', '1.0.4'
9
10 gem 'zipruby'
11
12 # Bundle gems for the local environment. Make sure to
13 # put test-only gems in this group so their generators
14 # and rake tasks are available in development mode:
15 group :development, :test do
16   gem 'rspec', '2.6.0'
17   # gem 'webrat'
18 end