Skip to content

Commit 892c39e

Browse files
committed
roll xlat
1 parent 6559a47 commit 892c39e

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

itamae/cookbooks/xlat/default.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
include_cookbook 'ruby'
22
package 'git'
3+
package 'pkgconf'
4+
package 'libffi-dev'
35

46
# migration
57
execute 'rm -rf /opt/xlat' do
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
GIT
22
remote: https://github.com/sorah/xlat
3-
revision: c0605139d660008cb04ef99324ea1a5dd265c0b5
3+
revision: fa62bfe3fc5fbec203dc519b0273d78ce271c91e
44
branch: main
55
specs:
66
xlat (0.1.0.alpha1)
77
logger
8-
rb_sys (~> 0.9.102)
8+
rcx (~> 0.4.0)
99

1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
1313
logger (1.7.0)
14-
rake-compiler-dock (1.9.1)
15-
rb_sys (0.9.111)
16-
rake-compiler-dock (= 1.9.1)
14+
rcx (0.4.1)
15+
shellwords (~> 0.2)
16+
shellwords (0.2.2)
1717

1818
PLATFORMS
1919
ruby
@@ -23,4 +23,4 @@ DEPENDENCIES
2323
xlat!
2424

2525
BUNDLED WITH
26-
2.6.2
26+
2.7.1

0 commit comments

Comments
 (0)