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

Fix runtime dependencies #190

Merged
merged 3 commits into from
Feb 15, 2024

Conversation

y-yagi
Copy link
Contributor

@y-yagi y-yagi commented Nov 14, 2023

What? Why?

It seems that unsued gems are defined in runtime_dependency. This PR did the following.

  • Remove thwait from runtime_dependency which is only used in tests.
$ git grep thwait
Gemfile:gem 'thwait', '>= 0.1'
spec/gruf/synchronized_client_spec.rb:require 'thwait'
  • Remove e2mmap from runtime_dependency. This gem was added by f157736, but it seems isn't used now.

How was it tested?

I confirmed that the specs are passed.

@splittingred
Copy link
Member

Hi, thanks for this! Can you add a note to CHANGELOG.md describing this change? Thanks!

@y-yagi
Copy link
Contributor Author

y-yagi commented Nov 28, 2023

@splittingred
Thanks for your comment! I added a CHANGELOG entry.

@y-yagi y-yagi force-pushed the fix-runtime_dependencies branch 3 times, most recently from f89429b to bb94dad Compare December 12, 2023 03:54
@splittingred
Copy link
Member

Hi @y-yagi - can you rebase from latest?

@y-yagi
Copy link
Contributor Author

y-yagi commented Feb 15, 2024

@splittingred
Done!

@splittingred splittingred merged commit f40f022 into bigcommerce:main Feb 15, 2024
17 checks passed
@y-yagi y-yagi deleted the fix-runtime_dependencies branch February 16, 2024 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants