Skip to content

Commit 2745f8b

Browse files
authored
Merge pull request #211 from yahonda/add_libyaml-dev_to_install_psych
Add `libyaml-dev` package to install `psych` gem
2 parents d37b588 + f226883 commit 2745f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/source
2323
echo updating package information
2424
apt-get -y update >/dev/null 2>&1
2525

26-
install Ruby ruby-full bundler
26+
install Ruby ruby-full bundler libyaml-dev
2727
install 'development tools' build-essential autoconf libtool
2828

2929
# echo installing current RubyGems

0 commit comments

Comments
 (0)