Sha256: 84ee47660a8eba6e8dde8e5c9c8cb240c431ebbc671b248e4909836928caf5bd
Contents?: true
Size: 397 Bytes
Versions: 2
Compression:
Stored size: 397 Bytes
Contents
# frozen_string_literal: true appraise 'activesupport_52' do gem 'activesupport', '~> 5.2.6' end appraise 'activesupport_60' do gem 'activesupport', '~> 6.0.4' end appraise 'activesupport_61' do gem 'activesupport', '~> 6.1.4' end appraise 'activesupport_edge' do git 'https://github.com/rails/rails.git', branch: 'main' do gem 'activesupport', require: 'active_support' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
money_helper-3.0.2 | Appraisals |
money_helper-3.0.1 | Appraisals |