Skip to content

Commit

Permalink
Upgrade node and ruby
Browse files Browse the repository at this point in the history
closes #181
  • Loading branch information
hackartisan committed Dec 20, 2024
1 parent 117acd9 commit fc9089f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
version: 2.1
orbs:
browser-tools: circleci/browser-tools@1.4.6
node: circleci/node@5.1.0
node: circleci/node@7.0.0
executors:
abid-executor:
docker:
- image: cimg/ruby:3.1.3-browsers
- image: cimg/ruby:3.2.6-browsers
environment:
BUNDLER_VERSION: 2.3.11
BUNDLE_JOBS: 3
Expand Down Expand Up @@ -70,9 +70,9 @@ jobs:
- abid-yarn-v3-{{ checksum "yarn.lock" }}

- node/install:
node-version: '18.18'
node-version: '22.10.0'
install-yarn: true
yarn-version: '1.22.10'
yarn-version: '1.22.22'
- run: node --version
- run:
name: Yarn Install
Expand All @@ -99,9 +99,9 @@ jobs:
google-chrome --version
- setup-bundler
- node/install:
node-version: '18.18'
node-version: '22.10.0'
install-yarn: true
yarn-version: '1.22.10'
yarn-version: '1.22.22'
- run: node --version
- run:
name: Yarn Install
Expand Down
6 changes: 3 additions & 3 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ruby 3.1.3
nodejs 18.18.0
yarn 1.22.10
ruby 3.2.6
nodejs 22.10.0
yarn 1.22.22
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.1.3"
ruby "3.2.6"

gem "alma"
gem "archivesspace-client"
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ PLATFORMS
arm64-darwin-21
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
x86_64-darwin-20
x86_64-linux

Expand Down Expand Up @@ -506,7 +507,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.1.3p185
ruby 3.2.6p234

BUNDLED WITH
2.3.26

0 comments on commit fc9089f

Please sign in to comment.