1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

Remove unneeded dependencies and fix sinatra specs for Ruby 1.8

This commit is contained in:
Yuki Nishijima 2013-12-03 11:29:29 +09:00
parent f87789666a
commit 9435f79ce6
4 changed files with 12 additions and 12 deletions

View file

@ -5,8 +5,5 @@ gem 'mongoid', '~> 3.1.0'
gem 'rspec-rails', '>= 2.0'
gem 'origin'
gem 'moped'
gem 'nokogiri'
gem 'xpath'
gem 'mime-types'
gemspec :path => '../'