Sha256: 1aae44f1fbcff7a1dde562c99f7898502dc426c9a6902d9a0aef95d912d638d3

Contents?: true

Size: 715 Bytes

Versions: 8

Compression:

Stored size: 715 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.4.0'
  gem 'rr', '>= 1.0.2'
  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', :git => 'git://github.com/rspec/rspec-rails.git'# 2.4.1 needed
  gem 'sqlite3', '>= 1.3.3'
  gem 'ruby-debug'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
kaminari-0.6.1 Gemfile
kaminari-0.6.0 Gemfile
kaminari-0.5.0 Gemfile
kaminari-0.4.0 Gemfile
kaminari-0.3.0 Gemfile
kaminari-0.2.1 Gemfile
kaminari-0.2.0 Gemfile
kaminari-0.1.0 Gemfile