我正在为我的一个应用程序使用ruby 3.0.1和rails 6.1。我想使用aws codedeploy在服务器上部署我的应用程序。当我尝试在服务器上安装codedeploy时,出现以下错误:
$ bundle install
Fetching gem metadata from http://rubygems.org/...........
Resolving dependencies...
Bundler found conflicting requirements for the Ruby version:
In Gemfile:
Ruby
aws_codedeploy_agent was resolved to 1.3.2, which depends on
Ruby (~> 2.0)
Ruby (~> 2.0), which is required by gem 'aws_codedeploy_agent', is not
available in the local ruby installation
$ ruby -v
ruby 3.0.1p64 (2021-04-05 revision 0fb782ee38) [x86_64-linux]
看起来aws codedeploy仍然不支持ruby 3+。我在codedeploy github repo上创建了一个新版本:https://github.com/aws/aws-codedeploy-agent/issues/301.
有人知道如何在最新版本的ruby中使用codedeploy吗?或者,codedeploy的替代方案是什么?
谢谢
暂无答案!
目前还没有任何答案,快来回答吧!