OSDN Git Service

script for rails3
[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
9 gem 'will_paginate', :require => 'will_paginate'
10
11 # Bundle gems for the local environment. Make sure to
12 # put test-only gems in this group so their generators
13 # and rake tasks are available in development mode:
14 group :development, :test do
15   gem 'rspec-rails', '2.6.1'
16   # gem 'webrat'
17 end