Skip to content

Commit

Permalink
Merge branch 'qa' into fix/export
Browse files Browse the repository at this point in the history
  • Loading branch information
scherztc authored May 13, 2024
2 parents 368e9e7 + b77499a commit 5034731
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ APP_PORTFOLIO_DEVISE_KEY = "04df95945691e59c493829316335a454f1b50706a68a2c9ae1fe
# Database settings
APP_PORTFOLIO_DATABASE_ADAPTER=sqlite3
APP_PORTFOLIO_DATABASE_HOST=
APP_PORTFOLIO_DATABASE_NAME=db/development.sqlite3
APP_PORTFOLIO_DATABASE_NAME=db/test.sqlite3
APP_PORTFOLIO_DATABASE_PASSWORD=
APP_PORTFOLIO_DATABASE_POOL=5
APP_PORTFOLIO_DATABASE_PORT=
Expand Down
3 changes: 2 additions & 1 deletion scripts/check_ruby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ RUBY_VERSION=$(cat .ruby-version | sed s/ruby-//)
if rbenv versions | grep -q $RUBY_VERSION; then
echo 'Ruby' $RUBY_VERSION 'is installed'
else
git -C /home/apache/.rbenv/plugins/ruby-build pull
RUBY_CONFIGURE_OPTS="--disable-dtrace" rbenv install $RUBY_VERSION
fi
fi

0 comments on commit 5034731

Please sign in to comment.