File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
3
- gem "fpm" , "~> 1.11.0"
3
+ # Pin to 1.10 due to xz compression being broken in 1.11.0:
4
+ # https://github.com/jordansissel/fpm/issues/1612
5
+ gem "fpm" , "~> 1.10.2"
Original file line number Diff line number Diff line change 5
5
cabin (> 0 )
6
6
backports (3.14.0 )
7
7
cabin (0.9.0 )
8
- childprocess (0.9.0 )
9
- ffi ( ~> 1.0 , >= 1.0.11 )
8
+ childprocess (1.0.1 )
9
+ rake ( < 13.0 )
10
10
clamp (1.0.1 )
11
11
dotenv (2.7.2 )
12
12
ffi (1.10.0 )
13
- fpm (1.11.0 )
13
+ fpm (1.10.2 )
14
14
arr-pm (~> 0.0.10 )
15
15
backports (>= 2.6.2 )
16
16
cabin (>= 0.6.0 )
17
- childprocess ( = 0.9.0 )
17
+ childprocess
18
18
clamp (~> 1.0.0 )
19
19
ffi
20
20
json (>= 1.7.7 , < 2.0 )
32
32
insist
33
33
mustache (= 0.99.8 )
34
34
stud
35
+ rake (12.3.2 )
35
36
ruby-xz (0.2.3 )
36
37
ffi (~> 1.9 )
37
38
io-like (~> 0.3 )
@@ -41,7 +42,7 @@ PLATFORMS
41
42
ruby
42
43
43
44
DEPENDENCIES
44
- fpm (~> 1.11.0 )
45
+ fpm (~> 1.10.2 )
45
46
46
47
BUNDLED WITH
47
48
1.17.3
You can’t perform that action at this time.
0 commit comments