Skip to content

Commit

Permalink
issue #134 対応: issue134-1のためにgem versionを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
ayapapa committed Sep 27, 2020
1 parent aec5689 commit 51b8e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst-script/debian/pre-install
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ apt-get install -y --no-install-recommends `grep -v "^#" inst-script/${OS}/packa
RUBYNAME=ruby2.3
apt-get install -y ${RUBYNAME} ${RUBYNAME}-dev
ruby-switch --set ${RUBYNAME}
REALLY_GEM_UPDATE_SYSTEM=1 gem update --system
REALLY_GEM_UPDATE_SYSTEM=1 gem update --system 2.7.10

# SSL
if [ "${ALM_ENABLE_SSL}" = "y" ]; then
Expand Down

0 comments on commit 51b8e44

Please sign in to comment.