Sha256: 1c24df2b730d18c35bca646ac0cdbc7a89b1d556513668ce66c279f43958d1bd
Contents?: true
Size: 664 Bytes
Versions: 4
Compression:
Stored size: 664 Bytes
Contents
source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } activemodel_version = ENV.fetch('ACTIVEMODEL_VERSION', '6.1.0') activemodel = case activemodel_version when '3.2' then '3.2.22' when '5.2' then '5.2.3' end if activemodel_version < '6.1.0' 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
u-case-2.3.0 | Gemfile |
u-case-2.2.0 | Gemfile |
u-case-2.1.1 | Gemfile |
u-case-2.1.0 | Gemfile |