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

Declare all default gem dependencies in the gemspec #1125

Closed
wants to merge 1 commit into from

Conversation

vinistock
Copy link
Member

Motivation

Closes #1725

@paracycle pointed out that the rubygems issue is likely because we depend on many default gems, but don't have them declared as runtime dependencies in the gemspec.

I tested this and it does make the issue go away.

Implementation

  1. Declared all dependencies in the gemspec
  2. Added two missing requires

@vinistock vinistock added the bugfix This PR will fix an existing bug label Oct 19, 2023
@vinistock vinistock added this to the 2023-Q3 milestone Oct 19, 2023
@vinistock vinistock requested a review from a team as a code owner October 19, 2023 21:45
@vinistock vinistock self-assigned this Oct 19, 2023
@vinistock vinistock requested review from Morriar and st0012 October 19, 2023 21:45
@vinistock vinistock mentioned this pull request Oct 19, 2023
1 task
@vinistock vinistock force-pushed the vs/declare_all_default_gem_dependencies branch from fcd2bc7 to dd22269 Compare October 19, 2023 21:47
@vinistock vinistock requested a review from andyw8 October 19, 2023 21:48
@vinistock vinistock force-pushed the vs/declare_all_default_gem_dependencies branch from dd22269 to 85fa858 Compare October 19, 2023 21:50
@vinistock
Copy link
Member Author

As discussed in #1725, this is not really the right solution.

@vinistock vinistock closed this Oct 24, 2023
@vinistock vinistock deleted the vs/declare_all_default_gem_dependencies branch October 24, 2023 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This PR will fix an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Server Initialization failing
1 participant