kaminari--kaminari/Gemfile

24 lines
720 B
Ruby
Raw Normal View History

2011-02-05 13:46:13 +00:00
source 'http://rubygems.org'
2011-02-05 13:32:10 +00:00
# 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
2011-02-07 07:48:47 +00:00
gem 'rspec', '>= 2.5.0'
2011-02-05 13:46:13 +00:00
gem 'rr', '>= 1.0.2'
2011-02-07 13:32:03 +00:00
gem 'steak', '>= 1.1.0'
gem 'capybara', '>= 0.4.1.1'
2011-02-05 13:46:13 +00:00
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'
2011-02-05 13:46:13 +00:00
gem 'rack', :git => 'git://github.com/rack/rack.git'
gem 'arel', :git => 'git://github.com/rails/arel.git'
2011-02-07 07:48:47 +00:00
gem 'rspec-rails', '>= 2.5.0'
2011-02-05 13:46:13 +00:00
gem 'sqlite3', '>= 1.3.3'
gem 'ruby-debug'
2011-02-05 13:32:10 +00:00
end