codetriage / CodeTriage

Discover the best way to get started contributing to Open Source projects
https://www.codetriage.com
MIT License
1.38k stars 359 forks source link

Reorganize gemfile #1783

Closed baxter2 closed 8 months ago

baxter2 commented 1 year ago

This pull request addresses issue https://github.com/codetriage/CodeTriage/issues/1782 by reorganizing and categorizing the gems in the Gemfile to improve understanding and maintainability. The changes ensure that related gems are grouped together, making it easier to identify their purpose and the application components they relate to. I have also moved certain gems, such as minitest and yard, to more specific environment groups for better dependency management.

Please review the changes and let me know if any adjustments are needed. Thank you for considering my contribution.

baxter2 commented 1 year ago

I wonder if the error is related to this issue https://github.com/thoughtbot/bourbon/issues/1102?

schneems commented 8 months ago

Thanks!