We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869ce3b commit 5061d45Copy full SHA for 5061d45
.circleci/configurations/commands.yml
@@ -61,7 +61,7 @@ commands:
61
62
# Set ruby dependencies
63
rbenv global << parameters.ruby_version >>
64
- if [[ << parameters.ruby_version >> == "2.6.10" ]]; then
+ if [[ $(echo << parameters.ruby_version >> | awk -F'.' '{print $1}') == "2" ]]; then
65
gem install bundler -v 2.4.22
66
else
67
gem install bundler
0 commit comments