# Edit this Gemfile to bundle your application's dependencies.
# This preamble is the current preamble for Rails 3 apps; edit as needed.
source 'http://rubygems.org'

gem 'rails', '3.2.11'

gem 'rroonga', '2.1.3'
gem 'activegroonga', '2.1.3'

gem 'kaminari', '0.14.1'

# Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators
# and rake tasks are available in development mode:
group :development, :test do
  gem 'rspec-rails', '2.12.0'
  gem 'activegroonga-fabrication', '1.0.0'
  # gem 'webrat'
end
group :development do
  gem 'i18n_generators'
end
