OSDN Git Service

copy pmds
[tdcgexplorer/nimono.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 'rails', '3.0.6'
6
7 gem 'pg', '0.10.1'
8 gem 'activegroonga', '1.0.4'
9
10 gem 'will_paginate', '3.0.pre2'
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-rails', '2.6.1'
17   # gem 'webrat'
18 end
19 group :development do
20   gem 'i18n_generators'
21 end