Sha256: 92545fb31af36ed3501bb06e608cff13838e3ef99717a161e60ac311fbeb38ca

Contents?: true

Size: 769 Bytes

Versions: 1

Compression:

Stored size: 769 Bytes

Contents

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

gem 'kaminari-core', github: 'amatsuda/kaminari'
gem 'kaminari-actionview', github: 'amatsuda/kaminari'

if RUBY_VERSION > '2.2.2'
  gem 'railties', '>= 5.0.0'
  # FIXME bundle GH master until new version (> 1.0.1) is released
  gem 'activemodel-serializers-xml', github: 'rails/activemodel-serializers-xml'
else
  gem 'railties', '~> 4.2.0'
end
gem 'bson'
gem 'mongo_mapper', '>= 0.11.0'

gem 'nokogiri', RUBY_VERSION < '2.1' ? '~> 1.6.0' : '>= 1.7'

platforms :rbx do
  gem 'rubysl', '~> 2.0'
  gem 'racc'
  gem 'minitest'
  gem 'rubinius-developer_tools'
end

gemspec :path => '../'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kaminari-mongo_mapper-1.0.0 gemfiles/mongo_mapper.gemfile