Skip to content
Open
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 @@ -5,7 +5,7 @@ version: 2.1
rails_build: &rails_build
resource_class: small
docker:
- image: cimg/ruby:3.4.6-browsers
- image: cimg/ruby:3.4.7-browsers
environment:
BUNDLE_JOBS: '3'
BUNDLE_RETRY: '3'
Expand All @@ -21,7 +21,7 @@ jobs:
lint:
resource_class: medium
docker:
- image: cimg/ruby:3.4.6
- image: cimg/ruby:3.4.7
steps:
- checkout
- ruby/install-deps
Expand All @@ -32,7 +32,7 @@ jobs:
coverage:
resource_class: small
docker:
- image: cimg/ruby:3.4.6
- image: cimg/ruby:3.4.7
environment:
RAILS_ENV: test
steps:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.6
3.4.7