Skip to content

Commit

Permalink
[#840] Update to ruby 7.2
Browse files Browse the repository at this point in the history
[#839] Upgrade to ruby 3.4.1
  • Loading branch information
christinach committed Jan 6, 2025
1 parent ed605d1 commit 4772f14
Show file tree
Hide file tree
Showing 13 changed files with 361 additions and 323 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
executors:
lib-jobs-executor:
docker:
- image: cimg/ruby:3.1.2-browsers
- image: cimg/ruby:3.4.0-browsers
environment:
BUNDLER_VERSION: 2.5.6
BUNDLE_JOBS: 3
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:

bearer:
docker:
- image: cimg/ruby:3.2
- image: cimg/ruby:3.4.0
environment:
# Set to default branch of your repo
DEFAULT_BRANCH: main
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inherit_gem:
bixby: bixby_default.yml

AllCops:
TargetRubyVersion: 3.1
TargetRubyVersion: 3.2
NewCops: enable
SuggestExtensions: false

Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.4.1
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruby 3.1.2
ruby 3.4.1
yarn 1.22.18
nodejs 18.19.1
python 3.11.4
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gem 'jbuilder', '~> 2.5'
gem 'jwt'
gem 'library_stdnums'
gem 'marc'
gem 'marc_cleanup', github: "pulibrary/marc_cleanup", tag: 'v0.9.1'
gem 'marc_cleanup', github: "pulibrary/marc_cleanup", tag: 'v0.9.3', require: false
# Use ActiveStorage variant
gem 'matrix'
gem 'multipart-post'
Expand Down
Loading

0 comments on commit 4772f14

Please sign in to comment.