We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 779ec0d + 9da1da6 commit 6ce31baCopy full SHA for 6ce31ba
bootstrap.sh
@@ -30,7 +30,7 @@ install 'development tools' build-essential autoconf libtool
30
gem update --system -N >/dev/null 2>&1
31
32
install Git git
33
-install SQLite sqlite3 libsqlite3-dev
+install SQLite sqlite3 libsqlite3-dev pkg-config
34
install memcached memcached
35
install Redis redis-server
36
install RabbitMQ rabbitmq-server
@@ -53,6 +53,7 @@ GRANT ALL PRIVILEGES ON activerecord_unittest2.* to 'rails'@'localhost';
53
GRANT ALL PRIVILEGES ON inexistent_activerecord_unittest.* to 'rails'@'localhost';
54
SQL
55
56
+install 'Psych dependencies' libyaml-dev
57
install 'Nokogiri dependencies' libxml2 libxml2-dev libxslt1-dev
58
install 'Blade dependencies' libncurses5-dev
59
install 'ruby-vips dependencies' libvips
0 commit comments