File: Appraisals

package info (click to toggle)
ruby-whenever 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 328 kB
  • sloc: ruby: 2,722; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 354 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
appraise 'activesupport4.1' do
  gem "activesupport", "~> 4.1.0"
end

appraise 'activesupport4.2' do
  gem "activesupport", "~> 4.2.0"
end

appraise 'activesupport5.0' do
  gem "activesupport", "~> 5.0.0"
end

appraise 'activesupport5.1' do
  gem "activesupport", "~> 5.1.0"
end

appraise 'activesupport5.2' do
  gem "activesupport", "~> 5.2.0beta2"
end