File: Appraisals

package info (click to toggle)
ruby-state-machines-activemodel 0.101.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 320 kB
  • sloc: ruby: 1,222; makefile: 6; sh: 4
file content (14 lines) | stat: -rw-r--r-- 261 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# frozen_string_literal: true

# ActiveModel integrations
appraise 'active_model_7.2' do
  gem 'activemodel', '~> 7.2.0'
end

appraise 'active_model_8.0' do
  gem 'activemodel', '~> 8.0.0'
end

appraise 'active_model_8.1' do
  gem 'activemodel', '~> 8.1.0'
end