Skip to content

Commit

Permalink
Pin fpm to fix deb packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUI committed May 14, 2019
1 parent 5ee3505 commit 46b6829
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 3 additions & 1 deletion build/package/Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source "https://rubygems.org"

gem "fpm", "~> 1.11.0"
# Pin to 1.10 due to xz compression being broken in 1.11.0:
# https://github.com/jordansissel/fpm/issues/1612
gem "fpm", "~> 1.10.2"
11 changes: 6 additions & 5 deletions build/package/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ GEM
cabin (> 0)
backports (3.14.0)
cabin (0.9.0)
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
childprocess (1.0.1)
rake (< 13.0)
clamp (1.0.1)
dotenv (2.7.2)
ffi (1.10.0)
fpm (1.11.0)
fpm (1.10.2)
arr-pm (~> 0.0.10)
backports (>= 2.6.2)
cabin (>= 0.6.0)
childprocess (= 0.9.0)
childprocess
clamp (~> 1.0.0)
ffi
json (>= 1.7.7, < 2.0)
Expand All @@ -32,6 +32,7 @@ GEM
insist
mustache (= 0.99.8)
stud
rake (12.3.2)
ruby-xz (0.2.3)
ffi (~> 1.9)
io-like (~> 0.3)
Expand All @@ -41,7 +42,7 @@ PLATFORMS
ruby

DEPENDENCIES
fpm (~> 1.11.0)
fpm (~> 1.10.2)

BUNDLED WITH
1.17.3

0 comments on commit 46b6829

Please sign in to comment.