Sha256: cfbf1f95b628600ddc57160577dc506c3ee3efa3a23ad03bc550480cc1303f50

Contents?: true

Size: 385 Bytes

Versions: 6

Compression:

Stored size: 385 Bytes

Contents

source 'https://rubygems.org'
gemspec

gem 'actionview', '~> 6.0.0'
gem 'activerecord', '~> 6.0.0'
gem 'activesupport', '~> 6.0.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

6 entries across 6 versions & 1 rubygems

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