Sha256: a95e7fca092536a0077acbcdadfa48824ed9c5460d94e6575abb6317cf53d984
Contents?: true
Size: 483 Bytes
Versions: 3
Compression:
Stored size: 483 Bytes
Contents
source 'https://rubygems.org' gemspec gem 'pg', '>= 0.21.0', :platform => :ruby gem "activerecord-jdbcpostgresql-adapter", ">= 1.3.1", :platform => :jruby if ENV['ACTIVE_RECORD_BRANCH'] gem 'activerecord', :git => 'https://github.com/rails/rails.git', :branch => ENV['ACTIVE_RECORD_BRANCH'] gem 'arel', :git => 'https://github.com/rails/arel.git' if ENV['ACTIVE_RECORD_BRANCH'] == 'master' end gem 'activerecord', ENV['ACTIVE_RECORD_VERSION'] if ENV['ACTIVE_RECORD_VERSION']
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pg_search-2.1.2 | Gemfile |
pg_search-2.1.1 | Gemfile |
pg_search-2.1.0 | Gemfile |