Sha256: 60274896949500bdf92df8d107d15ca9dfe6776c182a06d4d0779e4a5492803b

Contents?: true

Size: 379 Bytes

Versions: 1

Compression:

Stored size: 379 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 'git://github.com/rails/rails.git' do
    gem 'activesupport', require: 'active_support'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
money_helper-3.0.0 Appraisals