Skip to content

Commit

Permalink
2557 ruby 3.3.6 (#2566)
Browse files Browse the repository at this point in the history
* [#2557] Update to ruby 3.3.6
Remove target Ruby version and use the latest rubocop version
Rubocop fixes
pin to rails 7.1.x

* [#2557] Pin solr to 2.5.0
  • Loading branch information
christinach authored Dec 23, 2024
1 parent a47674d commit 5c29b2e
Show file tree
Hide file tree
Showing 6 changed files with 113 additions and 106 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

# Primary command image where all commands run
docker:
- image: cimg/ruby:3.2-browsers
- image: cimg/ruby:3.3.6-browsers
environment:
RAILS_ENV: test
PGHOST: localhost
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
working_directory: ~/bibdata

docker:
- image: cimg/ruby:3.2-browsers
- image: cimg/ruby:3.3.6-browsers
environment:
RAILS_ENV: test
PGHOST: localhost
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
working_directory: ~/bibdata

docker:
- image: cimg/ruby:3.2-browsers
- image: cimg/ruby:3.3.6-browsers
environment:
RAILS_ENV: test
PGHOST: localhost
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
working_directory: ~/bibdata

docker:
- image: cimg/ruby:3.1-browsers
- image: cimg/ruby:3.3.6-browsers
environment:
RAILS_ENV: test
PGHOST: localhost
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:

# Primary command image where all commands run
docker:
- image: cimg/ruby:3.2-browsers
- image: cimg/ruby:3.3.6-browsers
steps:
- checkout
- run: gem install bundler -v '~> 2.0'
Expand Down
1 change: 0 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ Rails/UnknownEnv:
AllCops:
DisplayCopNames: true
NewCops: enable
TargetRubyVersion: 3.2
Exclude:
- 'db/**/*'
- 'bin/*'
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 3.2.0
ruby 3.3.6
nodejs 18.19.1
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ gem 'open3'
gem 'orangetheses', github: 'pulibrary/orangetheses', tag: 'v1.4.4'
gem 'pg'
gem "rack"
gem 'rails', '~> 7.1'
gem 'rails', '~> 7.1.0'
gem 'responders'
gem 'rest-client'
gem 'rsolr'
gem 'rsolr', '~> 2.5.0'
gem 'rspec-rails'
gem 'rubocop'
gem 'rubocop-rspec'
Expand Down
Loading

0 comments on commit 5c29b2e

Please sign in to comment.