-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update gemfile and dependencies #22
Conversation
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec| | |||
spec.metadata['changelog_uri'] = 'https://github.com/railsware/actionmailer-balancer/blob/main/CHANGELOG.md' | |||
spec.metadata['rubygems_mfa_required'] = 'true' | |||
|
|||
spec.add_runtime_dependency 'actionmailer', '> 4.0', '< 8.0' | |||
spec.add_dependency 'actionmailer', '> 4.0', '< 8.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you know why it was add_runtime_dependency
before?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add_runtime_dependency
is the same thing. apparently back then there were no such rule in Rubocop probably.
Gemfile.lock
Outdated
nokogiri (1.15.6) | ||
mini_portile2 (~> 2.8.2) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we bump nokogiri too? https://github.com/railsware/actionmailer-balancer/security/dependabot/30
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Damn me! I did that but because I decided to keep the older ruby version support later on the change got overwritten. Thanks for bringing that up!
Changes
development
group.gitignore
rubocop-rake
How to test
actionmailer-balancer
and do quick smoke test