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

Update gemfile and dependencies #22

Merged
merged 9 commits into from
Aug 20, 2024
Merged

Update gemfile and dependencies #22

merged 9 commits into from
Aug 20, 2024

Conversation

i7an
Copy link
Contributor

@i7an i7an commented Aug 14, 2024

Changes

  • Put gemfile dependencies under development group
  • Updated dependencies
  • Updated .gitignore
  • Updated GitHub workflow ruby versions
  • Added rubocop-rake

How to test

  • Create a new project with actionmailer-balancer and do quick smoke test

@i7an i7an marked this pull request as ready for review August 14, 2024 17:38
@i7an i7an requested review from IgorDobryn and mklocek August 14, 2024 17:38
@@ -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'
Copy link
Member

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?

Copy link
Contributor Author

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
Comment on lines 87 to 88
nokogiri (1.15.6)
mini_portile2 (~> 2.8.2)
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

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!

@i7an i7an merged commit adeaaf1 into main Aug 20, 2024
6 checks passed
@i7an i7an deleted the update-gemfile branch August 20, 2024 13:05
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.

4 participants