When I tried to install codedeploy agent on my server:
$ 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]
We are using Rails v6 and Ruby v3.0.1.
When I tried to install codedeploy agent on my server:
We are using Rails v6 and Ruby v3.0.1.