Sha256: cdd28b8c7e8f68044878d15861b680ab7a0c19e3b06c31923258d26d864a9211

Contents?: true

Size: 422 Bytes

Versions: 14

Compression:

Stored size: 422 Bytes

Contents

source 'https://rubygems.org'
gemspec

gem 'actionview', '~> 4.2.0'
gem 'activerecord', '~> 4.2.0'

gem 'nokogiri', '~> 1.6.0' if RUBY_VERSION.start_with?('2.0')

platforms :jruby do
  gem 'activerecord-jdbcsqlite3-adapter'
  gem 'activerecord-jdbcmysql-adapter'
  gem 'activerecord-jdbcpostgresql-adapter'
end

platforms :ruby do
  gem 'sqlite3', '~> 1.3.6'
  gem 'mysql2', '>= 0.3.13', '< 0.5'
  gem 'pg', '~> 0.15'
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
scoped_search-4.1.13 Gemfile.activerecord42
scoped_search-4.1.12 Gemfile.activerecord42
scoped_search-4.1.11 Gemfile.activerecord42
scoped_search-4.1.10 Gemfile.activerecord42
scoped_search-4.1.9 Gemfile.activerecord42
scoped_search-4.1.8 Gemfile.activerecord42
scoped_search-4.1.7 Gemfile.activerecord42
scoped_search-4.1.6 Gemfile.activerecord42
scoped_search-4.1.5 Gemfile.activerecord42
scoped_search-4.1.4 Gemfile.activerecord42
scoped_search-4.1.3 Gemfile.activerecord42
scoped_search-4.1.2 Gemfile.activerecord42
scoped_search-4.1.1 Gemfile.activerecord42
scoped_search-4.1.0 Gemfile.activerecord42