Sha256: 0260b6e6ec8fae9c855a90d2c55aea0a15e1dcff27a2e148b09f287042a368bb

Contents?: true

Size: 506 Bytes

Versions: 3

Compression:

Stored size: 506 Bytes

Contents

source 'https://rubygems.org'

gemspec

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

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

if RUBY_VERSION.to_f <= 2.1
  gem 'rack', '~> 1.0'
  gem 'nokogiri', '1.6.8'
end

gem 'activerecord', '>= 3.2.22' if RUBY_PLATFORM == 'java'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
thinking-sphinx-3.4.2 Gemfile
thinking-sphinx-3.4.1 Gemfile
thinking-sphinx-3.4.0 Gemfile