Sha256: 4ff628b5bce0076f884d802b310af6d1fdec2fc85a4d107b9aa7990c81f410c8

Contents?: true

Size: 660 Bytes

Versions: 5

Compression:

Stored size: 660 Bytes

Contents

source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

activemodel_version = ENV.fetch('ACTIVEMODEL_VERSION', '6.1')

activemodel = case activemodel_version
              when '3.2' then '3.2.22'
              when '5.2' then '5.2.3'
              end

if activemodel_version < '6.1'
  gem 'activemodel', activemodel, require: false
  gem 'activesupport', activemodel, require: false
end

group :test do
  gem 'minitest', activemodel_version < '4.1' ? '~> 4.2' : '~> 5.0'
  gem 'simplecov', require: false
  gem 'minitest-reporters', require: false
end

# Specify your gem's dependencies in u-case.gemspec
gemspec

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
u-case-2.0.0 Gemfile
u-case-2.0.0.pre.4 Gemfile
u-case-2.0.0.pre.3 Gemfile
u-case-2.0.0.pre.2 Gemfile
u-case-2.0.0.pre Gemfile