Sha256: 4fda68eb114430d2108aa2adef36945e7985a232518ae911d5ae690f6c1ed975
Contents?: true
Size: 523 Bytes
Versions: 3
Compression:
Stored size: 523 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' gemspec gem 'lint-config-ruby', git: 'https://github.com/Casecommons/lint-config-ruby.git', tag: 'v1.0.0' ar_branch = ENV['ACTIVE_RECORD_BRANCH'] ar_version = ENV['ACTIVE_RECORD_VERSION'] if ar_branch gem 'activerecord', git: 'https://github.com/rails/rails.git', branch: ar_branch gem 'arel', git: 'https://github.com/rails/arel.git' if ar_branch == 'master' elsif ar_version gem 'activerecord', ar_version # rubocop:disable Bundler/DuplicatedGem end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
with_model-2.1.2 | Gemfile |
with_model-2.1.1 | Gemfile |
with_model-2.1.0 | Gemfile |