Skip to content

Commit

Permalink
Merge pull request #1474 from pulibrary/i1465_upgrade_ruby_nodejs
Browse files Browse the repository at this point in the history
Upgrade ruby to 3.2.6
  • Loading branch information
sdellis authored Dec 16, 2024
2 parents 7114447 + e8773a9 commit 7311e45
Show file tree
Hide file tree
Showing 4 changed files with 8 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 @@ -7,7 +7,7 @@ jobs:
working_directory: ~/pulfalight
# Primary command image where all commands run
docker:
- image: cimg/ruby:3.1.0-browsers
- image: cimg/ruby:3.2.6-browsers
environment:
RAILS_ENV: test
steps:
Expand All @@ -21,7 +21,7 @@ jobs:
- checkout
- node/install:
install-yarn: true
node-version: '18.18.0'
node-version: '22.10.0'
- run:
name: Check current version of node
command: node -v
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
working_directory: ~/pulfalight
# Primary command image where all commands run
docker:
- image: cimg/ruby:3.1.0-browsers
- image: cimg/ruby:3.2.6-browsers
environment:
RAILS_ENV: test
steps:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
working_directory: ~/pulfalight
# Primary command image where all commands run
docker:
- image: cimg/ruby:3.1.0-browsers
- image: cimg/ruby:3.2.6-browsers
environment:
RAILS_ENV: test
PULFALIGHT_DB_HOST: localhost
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
gem install bundler -v 2.3.18
- node/install:
install-yarn: true
node-version: '18.18.0'
node-version: '22.10.0'
- run: node --version
- run:
name: Check current version of node
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
working_directory: ~/pulfalight
# Primary command image where all commands run
docker:
- image: cimg/ruby:3.1.0-browsers
- image: cimg/ruby:3.2.6-browsers
environment:
RAILS_ENV: test
steps:
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ruby 3.1.0
nodejs 18.18.0
ruby 3.2.6
nodejs 22.10.0
yarn 1.22.10
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ group :development, :test do
gem "debug", "~> 1.8"
gem "rails-controller-testing"
gem "rspec-rails"
gem "ruby-prof"
end

group :development do
Expand Down
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,6 @@ GEM
rubocop (>= 1.33.0, < 2.0)
rubocop-rspec (2.13.1)
rubocop (~> 1.33)
ruby-prof (1.4.3)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubytree (2.0.0)
Expand Down Expand Up @@ -712,7 +711,6 @@ DEPENDENCIES
rsolr (>= 1.0, < 3)
rspec-rails
rspec_junit_formatter
ruby-prof
rubytree
rubyzip (>= 1.3.0)
sass-rails (~> 5.0)
Expand Down

0 comments on commit 7311e45

Please sign in to comment.