Sha256: 5144c91a168fc3acc81c753276dd9203c64dd8d1bb9cc1c927e50ccf993efa46

Contents?: true

Size: 444 Bytes

Versions: 3

Compression:

Stored size: 444 Bytes

Contents

# frozen_string_literal: true

source "https://rubygems.org"

# Specify your gem's dependencies in wt_activerecord_index_spy.gemspec
gemspec

gem "rake", "~> 13.0"

gem "rspec", "~> 3.0"

gem "rubocop", "~> 1.7"

active_record_version = ENV.fetch("ACTIVE_RECORD_VERSION", "~> 6")

gem "activerecord", active_record_version
gem "activesupport", active_record_version

if active_record_version == "~> 4"
  gem "pg", "~> 0.15"
else
  gem "pg"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wt_activerecord_index_spy-0.5.0 Gemfile
wt_activerecord_index_spy-0.4.1 Gemfile
wt_activerecord_index_spy-0.4.0 Gemfile