We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6559a47 commit 892c39eCopy full SHA for 892c39e
2 files changed
itamae/cookbooks/xlat/default.rb
@@ -1,5 +1,7 @@
1
include_cookbook 'ruby'
2
package 'git'
3
+package 'pkgconf'
4
+package 'libffi-dev'
5
6
# migration
7
execute 'rm -rf /opt/xlat' do
itamae/cookbooks/xlat/files/opt/xlat/Gemfile.lock
@@ -1,19 +1,19 @@
GIT
remote: https://github.com/sorah/xlat
- revision: c0605139d660008cb04ef99324ea1a5dd265c0b5
+ revision: fa62bfe3fc5fbec203dc519b0273d78ce271c91e
branch: main
specs:
xlat (0.1.0.alpha1)
logger
8
- rb_sys (~> 0.9.102)
+ rcx (~> 0.4.0)
9
10
GEM
11
remote: https://rubygems.org/
12
13
logger (1.7.0)
14
- rake-compiler-dock (1.9.1)
15
- rb_sys (0.9.111)
16
- rake-compiler-dock (= 1.9.1)
+ rcx (0.4.1)
+ shellwords (~> 0.2)
+ shellwords (0.2.2)
17
18
PLATFORMS
19
ruby
@@ -23,4 +23,4 @@ DEPENDENCIES
23
xlat!
24
25
BUNDLED WITH
26
- 2.6.2
+ 2.7.1
0 commit comments