CentOS7.3にRedmine(4.2.9)環境を構築しようとしています。
以下のサイトを参考にしながら、作業を進めております。
Redmine 3.4をCentOS 7.3にインストールする手順 - Redmine.JP Blog https://blog.redmine.jp/articles/3_4/install/centos/
既に以下のアプリケーションはインストールしました。
・bundler 1.12.0
・Ruby 2.4.1-p111
・PostgreSQL
「設定ファイル config/configuration.yml の作成」まで終わりましたので、
"bundle install --without development test --path vendor/bundlen" のコマンドを実行したところ、
以下の通りエラーとなりました。何が原因でしょうか?
↓↓↓↓↓実行結果↓↓↓↓↓
[root@localhost redmine-4.2.9]# bundle install --without development test --path vendor/bundle
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine.
Please configure your config/database.yml first
Fetching gem metadata from https://rubygems.org/
Fetching version metadata from https://rubygems.org/
Fetching dependency metadata from https://rubygems.org/
Resolving dependencies.....
Installing rake 13.0.6
Installing concurrent-ruby 1.2.2
Installing minitest 5.18.0
Gem::InstallError: minitest requires Ruby version < 4.0, >= 2.6.
Installing thread_safe 0.3.6
Installing builder 3.2.4
Installing erubi 1.12.0
Installing mini_portile2 2.4.0
Installing crass 1.0.6
Installing rack 2.2.6.4
Installing nio4r 2.5.8 with native extensions
Installing websocket-extensions 0.1.5
Installing mini_mime 1.0.3
Installing method_source 1.0.0
Installing thor 1.2.1
Installing arel 9.0.0
Installing marcel 1.0.2
Installing public_suffix 5.0.1
Gem::InstallError: public_suffix requires Ruby version >= 2.6.
Using bundler 1.12.0
Installing chunky_png 1.4.0
Installing csv 3.1.5
Installing htmlentities 4.3.4
Installing mini_magick 4.11.0
Installing net-ldap 0.17.1
Installing psych 3.3.4 with native extensions
Installing ruby-openid 2.9.2
Installing rbpdf-font 1.19.1
Installing redcarpet 3.5.1 with native extensions
Installing rotp 6.2.2 Installing rouge 3.26.1
Installing rqrcode_core 1.2.0
Installing rubyzip 2.3.2 Installing i18n 1.8.11
An error occurred while installing minitest (5.18.0), and Bundler cannot continue.
Make sure that gem install minitest -v '5.18.0'
succeeds before bundling.
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2023/03/28 09:33