Sha256: 3712962027dd3c68301a8c64992e9f32f2b737c99a2f28d7c6b83dacc9eb7a54

Contents?: true

Size: 463 Bytes

Versions: 14

Compression:

Stored size: 463 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

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

14 entries across 14 versions & 1 rubygems

Version Path
thinking-sphinx-5.4.0 Gemfile
thinking-sphinx-5.3.0 Gemfile
thinking-sphinx-5.2.1 Gemfile
thinking-sphinx-5.2.0 Gemfile
thinking-sphinx-5.1.0 Gemfile
thinking-sphinx-5.0.0 Gemfile
thinking-sphinx-4.4.1 Gemfile
thinking-sphinx-4.4.0 Gemfile
thinking-sphinx-4.3.2 Gemfile
thinking-sphinx-4.3.1 Gemfile
thinking-sphinx-4.3.0 Gemfile
thinking-sphinx-4.2.0 Gemfile
thinking-sphinx-4.1.0 Gemfile
thinking-sphinx-4.0.0 Gemfile