# 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 'rroonga', '2.1.3'
gem 'activegroonga', '2.1.3'

gem 'zipruby'
gem 'mechanize'

# 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', '2.6.0'
  # gem 'webrat'
end
