Skip to content

Commit

Permalink
Revert "Update ruby to 3.1.6 (#1057)" (#1085)
Browse files Browse the repository at this point in the history
This reverts commit dc5f125.
  • Loading branch information
ajkiessl authored Jan 24, 2025
1 parent dc5f125 commit 7e8e6dc
Show file tree
Hide file tree
Showing 493 changed files with 37,828 additions and 1,316 deletions.
9 changes: 5 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1
orbs:
docker: circleci/docker@2.6.0
ruby: circleci/ruby@2.3.1
docker: circleci/docker@2.2.0
ruby: circleci/ruby@2.3.0
node: circleci/node@6.3.0
browser-tools: circleci/browser-tools@1.4.8

Expand Down Expand Up @@ -45,6 +45,7 @@ jobs:
steps:
- setup_remote_docker:
docker_layer_caching: false
version: default
- checkout
- docker/check:
registry: harbor.k8s.libraries.psu.edu
Expand All @@ -61,7 +62,7 @@ jobs:

build:
docker:
- image: cimg/ruby:3.1.6-node
- image: cimg/ruby:3.1.2-node
executor: ruby/default
steps:
- checkout
Expand All @@ -72,7 +73,7 @@ jobs:

test:
docker:
- image: cimg/ruby:3.1.6-browsers
- image: cimg/ruby:3.1.2-browsers
- image: cimg/postgres:12.7
environment:
POSTGRES_USER: psu_research_metadata_test
Expand Down
Loading

0 comments on commit 7e8e6dc

Please sign in to comment.