gemfiles/mongoid_50.gemfile in kaminari-mongoid-1.0.0.rc1 vs gemfiles/mongoid_50.gemfile in kaminari-mongoid-1.0.0
- old
+ new
@@ -1,6 +1,10 @@
source 'https://rubygems.org'
+git_source(:github) do |repo_name|
+ repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
+ "https://github.com/#{repo_name}.git"
+end
#FIXME bundle GH branch for now
gem 'kaminari-core', github: 'amatsuda/kaminari'
gem 'kaminari-actionview', github: 'amatsuda/kaminari'
@@ -11,16 +15,10 @@
gem 'mime-types'
else
gem 'mime-types', '2.99'
end
-group :development, :test do
- gem 'database_cleaner', '~> 1.5.1'
-end
-
-platforms :mri do
- gem 'test-unit' if RUBY_VERSION > '2.1.0'
-end
+gem 'nokogiri', RUBY_VERSION < '2.1' ? '~> 1.6.0' : '>= 1.7'
platforms :rbx do
gem 'rubysl', '~> 2.0'
gem 'racc'
gem 'minitest'