|
1 | | -appraise 'activesupport-6.0' do |
| 1 | +appraise 'activesupport-6.0-faraday-1.x' do |
2 | 2 | gem 'activesupport', '~> 6.0.0' |
| 3 | + gem 'activemodel', '~> 6.0.0' |
| 4 | + gem 'faraday', '~> 1.10' |
| 5 | + gem 'faraday-gzip', '~> 1.0' |
| 6 | + gem 'concurrent-ruby', '1.3.4' |
3 | 7 | end |
4 | 8 |
|
5 | | -appraise 'activesupport-6.1' do |
| 9 | +appraise 'activesupport-6.1-faraday-1.x' do |
6 | 10 | gem 'activesupport', '~> 6.1.0' |
| 11 | + gem 'activemodel', '~> 6.1.0' |
| 12 | + gem 'faraday', '~> 1.10' |
| 13 | + gem 'faraday-gzip', '~> 1.0' |
| 14 | + gem 'concurrent-ruby', '1.3.4' |
7 | 15 | end |
8 | 16 |
|
9 | | -appraise 'activesupport-7.0' do |
| 17 | +appraise 'activesupport-7.0-faraday-1.x' do |
10 | 18 | gem 'activesupport', '~> 7.0.0' |
| 19 | + gem 'activemodel', '~> 7.0.0' |
| 20 | + gem 'faraday', '~> 1.10' |
| 21 | + gem 'faraday-gzip', '~> 1.0' |
| 22 | + gem 'concurrent-ruby', '1.3.4' |
11 | 23 | end |
12 | 24 |
|
13 | | -appraise 'activesupport-7.1' do |
| 25 | +appraise 'activesupport-7.1-faraday-1.x' do |
14 | 26 | gem 'activesupport', '~> 7.1.0' |
| 27 | + gem 'activemodel', '~> 7.1.0' |
| 28 | + gem 'faraday', '~> 1.10' |
| 29 | + gem 'faraday-gzip', '~> 1.0' |
15 | 30 | end |
16 | 31 |
|
17 | | -appraise 'faraday-1.x' do |
| 32 | +appraise 'activesupport-7.2-faraday-1.x' do |
| 33 | + gem 'activesupport', '~> 7.2.0' |
| 34 | + gem 'activemodel', '~> 7.2.0' |
18 | 35 | gem 'faraday', '~> 1.10' |
19 | 36 | gem 'faraday-gzip', '~> 1.0' |
20 | 37 | end |
21 | 38 |
|
22 | | -appraise 'faraday-2.x' do |
| 39 | +appraise 'activesupport-8.0-faraday-1.x' do |
| 40 | + gem 'activesupport', '~> 8.0.0' |
| 41 | + gem 'activemodel', '~> 8.0.0' |
| 42 | + gem 'faraday', '~> 1.10' |
| 43 | + gem 'faraday-gzip', '~> 1.0' |
| 44 | +end |
| 45 | + |
| 46 | +appraise 'activesupport-6.0-faraday-2.x' do |
| 47 | + gem 'activesupport', '~> 6.0.0' |
| 48 | + gem 'activemodel', '~> 6.0.0' |
| 49 | + gem 'faraday', '~> 2.0' |
| 50 | + gem 'faraday-gzip', '~> 2.0' |
| 51 | +end |
| 52 | + |
| 53 | +appraise 'activesupport-6.1-faraday-2.x' do |
| 54 | + gem 'activesupport', '~> 6.1.0' |
| 55 | + gem 'activemodel', '~> 6.1.0' |
| 56 | + gem 'faraday', '~> 2.0' |
| 57 | + gem 'faraday-gzip', '~> 2.0' |
| 58 | +end |
| 59 | + |
| 60 | +appraise 'activesupport-7.0-faraday-2.x' do |
| 61 | + gem 'activesupport', '~> 7.0.0' |
| 62 | + gem 'activemodel', '~> 7.0.0' |
| 63 | + gem 'faraday', '~> 2.0' |
| 64 | + gem 'faraday-gzip', '~> 2.0' |
| 65 | +end |
| 66 | + |
| 67 | +appraise 'activesupport-7.1-faraday-2.x' do |
| 68 | + gem 'activesupport', '~> 7.1.0' |
| 69 | + gem 'activemodel', '~> 7.1.0' |
| 70 | + gem 'faraday', '~> 2.0' |
| 71 | + gem 'faraday-gzip', '~> 2.0' |
| 72 | +end |
| 73 | + |
| 74 | +appraise 'activesupport-7.2-faraday-2.x' do |
| 75 | + gem 'activesupport', '~> 7.2.0' |
| 76 | + gem 'activemodel', '~> 7.2.0' |
| 77 | + gem 'faraday', '~> 2.0' |
| 78 | + gem 'faraday-gzip', '~> 2.0' |
| 79 | +end |
| 80 | + |
| 81 | +appraise 'activesupport-8.0-faraday-2.x' do |
| 82 | + gem 'activesupport', '~> 8.0.0' |
| 83 | + gem 'activemodel', '~> 8.0.0' |
23 | 84 | gem 'faraday', '~> 2.0' |
24 | 85 | gem 'faraday-gzip', '~> 2.0' |
25 | 86 | end |
| 87 | + |
| 88 | +appraise 'faraday-1.x' do |
| 89 | + gem 'faraday', '~> 1.10' # depends on Ruby (>= 2.4) |
| 90 | + gem 'faraday-gzip', '~> 1.0' # depends on Ruby (< 4, >= 2.6) |
| 91 | +end |
| 92 | + |
| 93 | +appraise 'faraday-2.x' do |
| 94 | + gem 'faraday', '~> 2.0' # depends on Ruby (>= 2.6) |
| 95 | + gem 'faraday-gzip', '~> 2.0' # depends on Ruby (< 4, >= 2.6) |
| 96 | +end |
0 commit comments