File: Appraisals

package info (click to toggle)
ruby-redis-activesupport 5.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 268 kB
  • sloc: ruby: 867; makefile: 4
file content (19 lines) | stat: -rw-r--r-- 339 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
appraise 'activesupport_3' do
  gem 'activesupport', '~> 3'
end

appraise 'activesupport_4' do
  gem 'activesupport', '~> 4'
end

appraise 'activesupport_50' do
  gem 'activesupport', '~> 5.0.0'
end

appraise 'activesupport_51' do
  gem 'activesupport', '~> 5.1.0'
end

appraise 'activesupport_52' do
  gem 'activesupport', '~> 5.2.0'
end