Sha256: 94c4c92c785c16856c4c2b19efa053d6ca1c6d651d73d978c49af787281666b1

Contents?: true

Size: 391 Bytes

Versions: 7

Compression:

Stored size: 391 Bytes

Contents

source 'https://rubygems.org'
gemspec

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
scoped_search-4.1.13 Gemfile.activerecord52_with_activesupport52
scoped_search-4.1.12 Gemfile.activerecord52_with_activesupport52
scoped_search-4.1.11 Gemfile.activerecord52_with_activesupport52
scoped_search-4.1.10 Gemfile.activerecord52_with_activesupport52
scoped_search-4.1.9 Gemfile.activerecord52_with_activesupport52
scoped_search-4.1.8 Gemfile.activerecord52_with_activesupport52
scoped_search-4.1.7 Gemfile.activerecord52_with_activesupport52