Skip to content

Commit

Permalink
Update Ruby to version 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Jun 14, 2022
1 parent 5786f17 commit e7f1eb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/ruby:2.7.0-node
- image: circleci/ruby:3.1.2-node
environment:
BUNDLER_VERSION: 2.1.4

Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.0
3.1.2
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ sudo: false
language: ruby
cache: bundler
rvm:
- 2.6.1
- 3.1.2
before_install: gem install bundler -v 1.17.2

0 comments on commit e7f1eb3

Please sign in to comment.