-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrades to ruby 3.3.0 and rails 6.1.7.7
- Loading branch information
Thomas Scherz
committed
Mar 7, 2024
1 parent
0f7c236
commit e9c2262
Showing
7 changed files
with
178 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,13 +11,13 @@ executors: | |
- image: docker:20.10.23 | ||
|
||
orbs: | ||
browser-tools: circleci/[email protected].1 | ||
browser-tools: circleci/[email protected].7 | ||
coveralls: coveralls/[email protected] | ||
jobs: | ||
build: | ||
docker: | ||
# specify the version you desire here | ||
- image: cimg/ruby:3.2.2-browsers | ||
- image: cimg/ruby:3.3.0-browsers | ||
# Specify service dependencies here if necessary | ||
# CircleCI maintains a library of pre-built images | ||
# documented at https://circleci.com/docs/2.0/circleci-images/ | ||
|
@@ -39,8 +39,7 @@ jobs: | |
|
||
steps: | ||
|
||
- browser-tools/install-chrome | ||
- browser-tools/install-chromedriver | ||
- browser-tools/install-browser-tools | ||
- checkout | ||
|
||
- restore_cache: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.2.2 | ||
3.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.