Sha256: a76c09e91fcaa9d32ffce5d64a3d7b4c95157b6d3c43027568439ea0791ad2a2

Contents?: true

Size: 385 Bytes

Versions: 4

Compression:

Stored size: 385 Bytes

Contents

source 'https://rubygems.org'
gemspec

gem 'actionview', '~> 6.1.0'
gem 'activerecord', '~> 6.1.0'
gem 'activesupport', '~> 6.1.0'

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

platforms :ruby do
  gem 'sqlite3', '~> 1.4'
  gem 'mysql2', '> 0.5'
  gem 'pg', '>= 0.18', '< 2.0'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
scoped_search-4.1.13 Gemfile.activerecord61_with_activesupport61
scoped_search-4.1.12 Gemfile.activerecord61_with_activesupport61
scoped_search-4.1.11 Gemfile.activerecord61_with_activesupport61
scoped_search-4.1.10 Gemfile.activerecord61_with_activesupport61