Update Gemfile for new spree gem location#12
Conversation
The spree gems have been moved from the root of the spree/spree repository to backend/engines/. This adds the glob parameter to the github source so Bundler can locate the gemspecs in their new path. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
WalkthroughThe Gemfile is updated to include a glob pattern for backend engine gemspecs when SPREE_PATH is not set, extending gem source resolution to cover additional gemspec files in the backend/engines directory. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 RuboCop (1.84.1)GemfileError: The Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
glob: 'backend/engines/**/*.gemspec'backend/engines/Test plan
bundle updatesucceedsbundle exec rake test_appsucceedsbundle exec rspecpasses (26 examples, 0 failures)🤖 Generated with Claude Code
Summary by CodeRabbit