Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ruby 3.1.2 #276

Merged
merged 1 commit into from
Apr 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ executors:
working_directory: /root/jpostcode-rb
ruby_3_1:
docker:
- image: rubylang/ruby:3.1.1-focal
- image: rubylang/ruby:3.1.2-focal
auth:
username: smarthrinc
password: $DOCKER_HUB_ACCESS_TOKEN
ruby_3_0:
docker:
- image: rubylang/ruby:3.0.2-focal
- image: rubylang/ruby:3.0.4-focal
auth:
username: smarthrinc
password: $DOCKER_HUB_ACCESS_TOKEN
ruby_2_7:
docker:
- image: rubylang/ruby:2.7.4-bionic
- image: rubylang/ruby:2.7.6-bionic
auth:
username: smarthrinc
password: $DOCKER_HUB_ACCESS_TOKEN
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.1
3.1.2