Skip to content

Commit 46b6829

Browse files
committed
Pin fpm to fix deb packaging.
1 parent 5ee3505 commit 46b6829

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

build/package/Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
source "https://rubygems.org"
22

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"

build/package/Gemfile.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ GEM
55
cabin (> 0)
66
backports (3.14.0)
77
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)
1010
clamp (1.0.1)
1111
dotenv (2.7.2)
1212
ffi (1.10.0)
13-
fpm (1.11.0)
13+
fpm (1.10.2)
1414
arr-pm (~> 0.0.10)
1515
backports (>= 2.6.2)
1616
cabin (>= 0.6.0)
17-
childprocess (= 0.9.0)
17+
childprocess
1818
clamp (~> 1.0.0)
1919
ffi
2020
json (>= 1.7.7, < 2.0)
@@ -32,6 +32,7 @@ GEM
3232
insist
3333
mustache (= 0.99.8)
3434
stud
35+
rake (12.3.2)
3536
ruby-xz (0.2.3)
3637
ffi (~> 1.9)
3738
io-like (~> 0.3)
@@ -41,7 +42,7 @@ PLATFORMS
4142
ruby
4243

4344
DEPENDENCIES
44-
fpm (~> 1.11.0)
45+
fpm (~> 1.10.2)
4546

4647
BUNDLED WITH
4748
1.17.3

0 commit comments

Comments
 (0)