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

feat(preset): group Ruby on Rails packages #17193

Conversation

HonkingGoose
Copy link
Collaborator

Changes

  • Create group:rubyOnRails preset and put it in the config:recommended preset

Context

Closes #17101.

The rails gem lists its runtime dependencies on RubyGems: 1

rails 7.0.3.1

Runtime dependencies (13):

  • actioncable = 7.0.3.1
  • actionmailbox = 7.0.3.1
  • actionmailer = 7.0.3.1
  • actionpack = 7.0.3.1
  • actiontext = 7.0.3.1
  • actionview = 7.0.3.1
  • activejob = 7.0.3.1
  • activemodel = 7.0.3.1
  • activerecord = 7.0.3.1
  • activestorage = 7.0.3.1
  • activesupport = 7.0.3.1
  • bundler >= 1.15.0
  • railties = 7.0.3.1

To create the group:rubyOnRails preset I, added all dependencies from this list but:

  • Dropped the bundler gem, and
  • Added the rails gem

Documentation (please check one with an [x])

  • I have updated the documentation, or
  • No documentation update is required

How I've tested my work (please tick one)

I have verified these changes via:

  • Code inspection only, or
  • Newly added/modified unit tests, or
  • No unit tests but ran on a real repository, or
  • Both unit tests + ran on a real repository

Footnotes

  1. rails package on RubyGems registry

@HonkingGoose HonkingGoose marked this pull request as ready for review August 15, 2022 14:45
@rarkins rarkins enabled auto-merge (squash) August 17, 2022 18:35
@rarkins rarkins disabled auto-merge August 17, 2022 18:35
@HonkingGoose

This comment was marked as resolved.

@rarkins rarkins enabled auto-merge (squash) August 18, 2022 16:33
@rarkins rarkins merged commit b45ed09 into renovatebot:main Aug 18, 2022
@HonkingGoose HonkingGoose deleted the feature/create-ruby-on-rails-group-preset branch August 18, 2022 16:59
@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 32.165.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create group:rubyOnRails preset and put it in the config:recommended preset
4 participants