Sha256: cc43f3a53030692e59f7bcbdba555c6496a983b00aa163c0d08b5a6e1dbdfdfb

Contents?: true

Size: 872 Bytes

Versions: 5

Compression:

Stored size: 872 Bytes

Contents

source 'http://rubygems.org'
# Add dependencies required to use your gem here.
# Example:
#   gem "activesupport", ">= 2.3.5"

# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
  gem 'rspec', '>= 2.5.0'
  gem 'rr', '>= 1.0.2'
  gem 'steak', '>= 1.1.0'
  gem 'capybara', '>= 0.4.1.1'
  gem 'bundler', '>= 1.0.0'
  gem 'jeweler', '>= 1.5.2'
  gem 'rcov', '>= 0'
  gem 'rails', :git => 'git://github.com/rails/rails.git'
#   gem 'rails', '>= 3.0.3'
  gem 'rack', :git => 'git://github.com/rack/rack.git'
  gem 'arel', :git => 'git://github.com/rails/arel.git'
  gem 'rspec-rails', '>= 2.5.0'
  gem 'sqlite3', '>= 1.3.3'
  gem 'mongoid', '2.0.0.rc.7'
  gem 'bson_ext', '~> 1.2'
#   platforms :mri_18 do
#     gem 'ruby-debug'
#   end
#   platforms :mri_19 do
#     gem 'ruby-debug19'
#   end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kaminari-0.10.4 Gemfile
kaminari-0.10.3 Gemfile
kaminari-0.10.2 Gemfile
kaminari-0.10.1 Gemfile
kaminari-0.10.0 Gemfile