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

Updates for 4.1.0 #342

Merged
merged 22 commits into from
Mar 22, 2024
Merged

Updates for 4.1.0 #342

merged 22 commits into from
Mar 22, 2024

Conversation

ukd1
Copy link
Contributor

@ukd1 ukd1 commented May 18, 2022

No description provided.

@ukd1 ukd1 self-assigned this May 18, 2022
@ukd1 ukd1 added this to the 4.1.0 milestone Mar 21, 2024
@ukd1 ukd1 changed the title Minor updates for next release Updates for 4.1.0 Mar 21, 2024
@ukd1 ukd1 marked this pull request as draft March 22, 2024 04:50
- Fix hardcode test; the strings change as we're using single quotes in the code now
- Move dev deps from gemspec to gemfile
- Disable some annoying linters
- Move to stub rather than just overwriting the whole function
- Fixes for queue_test.rb
@ukd1 ukd1 marked this pull request as ready for review March 22, 2024 18:07
@@ -135,7 +132,7 @@ def process(queue, job)
def call(job)
args = job[:args]
receiver_str, _, message = job[:method].rpartition('.')
receiver = eval(receiver_str)
receiver = eval(receiver_str) # rubocop:disable Security/Eval
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Skipped trying to fix this in this PR, moved to #351

@ukd1 ukd1 merged commit 97f5217 into master Mar 22, 2024
7 checks passed
@ukd1 ukd1 deleted the updates-for-next-release branch March 22, 2024 19:04
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.

None yet

1 participant