Skip to content

chore: drop support for ruby 2.7#402

Merged
jmeridth merged 1 commit intomainfrom
jm-drop-ruby-27-support
Mar 18, 2024
Merged

chore: drop support for ruby 2.7#402
jmeridth merged 1 commit intomainfrom
jm-drop-ruby-27-support

Conversation

@jmeridth
Copy link
Copy Markdown
Contributor

@jmeridth jmeridth commented Mar 18, 2024

  • change license file to LICENSE.md (standard) from MIT-LICENSE
  • update all files related to version minimums and settings
  • rubocop linting fix

If a user needs to use blueprinter gem with 2.7 they can use versions 1.0.2

Checklist:

  • I have updated the necessary documentation
  • I have signed off all my commits as required by DCO
  • My build is green

@jmeridth jmeridth self-assigned this Mar 18, 2024
@jmeridth jmeridth requested review from a team and ritikesh as code owners March 18, 2024 20:35
- [x] change license file to LICENSE.md (standard) from MIT-LICENSE
- [x] update all files related to version minimums and settings

Signed-off-by: jmeridth <jmeridth@gmail.com>
@jmeridth jmeridth force-pushed the jm-drop-ruby-27-support branch from 662070f to bdfb7b9 Compare March 18, 2024 20:42

def extract(association_name, object, local_options, options = {})
options_without_default = options.reject { |k, _| %i[default default_if].include?(k) }
options_without_default = options.except(:default, :default_if)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

this was a rubocop/linting fix

@jmeridth jmeridth merged commit 54db91f into main Mar 18, 2024
@jmeridth jmeridth deleted the jm-drop-ruby-27-support branch March 18, 2024 21:41
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.

3 participants