OSDN Git Service

ignore vendor/bundle/
[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.2.11'
6
7 gem 'rroonga', '2.1.3'
8 gem 'activegroonga', '2.1.3'
9
10 gem 'kaminari', '0.14.1'
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.12.0'
17   gem 'activegroonga-fabrication', '1.0.0'
18   # gem 'webrat'
19 end
20 group :development do
21   gem 'i18n_generators'
22 end