-
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 daa78b2
Showing
7 changed files
with
180 additions
and
160 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,7 @@ jobs: | |
- name: Set up Ruby | ||
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby, | ||
# change this to (see https://github.com/ruby/setup-ruby#versioning): | ||
# uses: ruby/setup-ruby@v1 | ||
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0 | ||
uses: ruby/setup-ruby@v1 | ||
with: | ||
bundler-cache: true # runs 'bundle install' and caches installed gems automatically | ||
- name: Run rubocop | ||
|
@@ -23,7 +22,9 @@ jobs: | |
run: bundle exec rake | ||
- name: Coveralls | ||
uses: coverallsapp/github-action@v2 | ||
- name: Bundler Audit Action | ||
uses: andrewmcodes/[email protected] | ||
- name: Brakeman linter | ||
run: bundle exec brakeman --no-exit-on-warn --no-exit-on-error | ||
- name: 'Bundler Audit' | ||
# uses: andrewmcodes/bundler-audit-action@main | ||
- name: 'Run Bundler Audit' | ||
run: bundle exec bundler-audit |
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.