Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

move functions checking for gem availability to core#578

Open
wjwitek wants to merge 2 commits intomainfrom
feature/isolate_gem_checking
Open

move functions checking for gem availability to core#578
wjwitek wants to merge 2 commits intomainfrom
feature/isolate_gem_checking

Conversation

@wjwitek
Copy link
Copy Markdown
Contributor

@wjwitek wjwitek commented Feb 10, 2023

Move functions checking for spree components of out spree_auth_devise and to spree/core since they will be used in other places and we don't want to copy and paste them.

Comment thread lib/spree/auth/engine.rb Outdated
@@ -1,11 +1,14 @@
require 'devise'
require 'devise-encryptable'
require 'pry'
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
require 'pry'

I don't think we'll need that 😬

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

ups 😮

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants