diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2019-08-06 12:02:28 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2019-08-06 12:02:28 +0200 |
commit | 516576e5480f3ba8956a6008a1d3709a78efcc15 (patch) | |
tree | 779d14a4e65cb4a9bb99bc7c248b6095a8de1e8f /script/setup | |
parent | bc46fe6f93736f4a7cc7cdc1ff2a487c636f37d1 (diff) | |
download | hmnoweb-516576e5480f3ba8956a6008a1d3709a78efcc15.tar.gz hmnoweb-516576e5480f3ba8956a6008a1d3709a78efcc15.tar.bz2 hmnoweb-516576e5480f3ba8956a6008a1d3709a78efcc15.zip |
Emergency fixes to make hmno run on freebsd 12.
Upgrade to use Ruby 2.5.5.
Use patched version of rails/activerecord/postgres-adapter that should
fix compatibility with Ruby 2.5.
Patch Arel inline to be compatible with Ruby 2.5.
Diffstat (limited to 'script/setup')
-rwxr-xr-x | script/setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/setup b/script/setup index 6d6b9cf..e238913 100755 --- a/script/setup +++ b/script/setup @@ -19,7 +19,7 @@ echo \"${ruby_status}\" if [[ "${ruby_status}" == "is not installed" ]] then rbenv install $(cat .ruby-version) - gem install bundler --no-ri --no-rdoc + gem install bundler:1.17.1 --no-ri --no-rdoc bundle config build.sqlite3 --with-sqlite3-dir=/usr/local fi |