Sha256: 763d53f3088a628d770b3c700b5219f641c8534d449e2bcfd4eac6efcae5a859
Contents?: true
Size: 462 Bytes
Versions: 3
Compression:
Stored size: 462 Bytes
Contents
appraise 'rails40' do gem 'rails', '~> 4.0.0' gem 'protected_attributes' gem 'test-unit' end appraise 'rails41' do gem 'rails', '~> 4.1.0' gem 'protected_attributes' end appraise 'rails42' do gem 'rails', '~> 4.2.0' gem 'protected_attributes' end appraise 'rails50' do gem 'rails', '~> 5.0.0' # The following needs to point to Github until the release of 0.1.3 gem 'rails-observers', github: 'rails/rails-observers', branch: 'master' end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
audited-hp-4.3.1 | Appraisals |
audited-hp-4.3.0 | Appraisals |
audited-4.3.0 | Appraisals |