Sha256: 7ae306e581a6ef2b8b1f8ce822cba3530ebbcc52473ea6c40b8bb6b9a27c2c44

Contents?: true

Size: 359 Bytes

Versions: 11

Compression:

Stored size: 359 Bytes

Contents

source 'https://rubygems.org'
gemspec

gem 'actionview', '~> 5.1.0'
gem 'activerecord', '~> 5.1.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.18', '< 0.5'
  gem 'pg', '~> 0.18'
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
scoped_search-4.1.13 Gemfile.activerecord51
scoped_search-4.1.12 Gemfile.activerecord51
scoped_search-4.1.11 Gemfile.activerecord51
scoped_search-4.1.10 Gemfile.activerecord51
scoped_search-4.1.9 Gemfile.activerecord51
scoped_search-4.1.8 Gemfile.activerecord51
scoped_search-4.1.7 Gemfile.activerecord51
scoped_search-4.1.6 Gemfile.activerecord51
scoped_search-4.1.5 Gemfile.activerecord51
scoped_search-4.1.4 Gemfile.activerecord51
scoped_search-4.1.3 Gemfile.activerecord51