Sha256: 4df00abfbd730d0461c1bbe972231a592d84b68915777aadbecca11f5655dda5

Contents?: true

Size: 518 Bytes

Versions: 3

Compression:

Stored size: 518 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

gem 'mysql2', '~> 0.5.0',  :platform => :ruby
gem 'pg',     '~> 0.18.4', :platform => :ruby

gem 'activerecord', '< 7' if RUBY_VERSION.to_f <= 2.4

if RUBY_PLATFORM == 'java'
  gem 'jdbc-mysql',                          '5.1.35',    :platform => :jruby
  gem 'activerecord-jdbcmysql-adapter',      '>= 1.3.23', :platform => :jruby
  gem 'activerecord-jdbcpostgresql-adapter', '>= 1.3.23', :platform => :jruby
  gem 'activerecord', '>= 3.2.22'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
thinking-sphinx-5.6.0 Gemfile
thinking-sphinx-5.5.1 Gemfile
thinking-sphinx-5.5.0 Gemfile