Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cds/prepare for ruby 3.1 upgrade #3096

Merged
merged 15 commits into from
Mar 24, 2023

Conversation

ConnorSheremeta
Copy link
Contributor

This PR is to prepare for the ruby 3.1 upgrade which will be done in this PR

Copy link
Member

@pgwillia pgwillia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me. Just noted my assumption

@@ -3,7 +3,7 @@ class JupiterCore::SolrServices::Client
include Singleton

SOLR_CONFIG = YAML.safe_load(ERB.new(Rails.root.join('config/solr.yml').read).result,
[], [], true)[Rails.env].symbolize_keys
permitted_classes: [], permitted_symbols: [], aliases: true)[Rails.env].symbolize_keys
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks left over from when the rubocop target changed to 3.1. I'm assuming it's compatible.

@ConnorSheremeta ConnorSheremeta merged commit c40e5d3 into master Mar 24, 2023
@ConnorSheremeta ConnorSheremeta deleted the cds/prepare-for-ruby-3.1-upgrade branch March 24, 2023 16:05
@ConnorSheremeta ConnorSheremeta restored the cds/prepare-for-ruby-3.1-upgrade branch March 24, 2023 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants