Skip to content

Commit c91cf56

Browse files
committed
Skip solidus_auth_devise in the Gemfile if it's the current extension
1 parent 6b85cc1 commit c91cf56

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • lib/solidus_dev_support/templates/extension

lib/solidus_dev_support/templates/extension/Gemfile renamed to lib/solidus_dev_support/templates/extension/Gemfile.tt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ gem 'solidus_frontend' if branch >= 'v3.2' # rubocop:disable Bundler/DuplicatedG
1515
# See https://github.com/bundler/bundler/issues/6677
1616
gem 'rails', '>0.a'
1717

18+
<% if file_name != 'solidus_auth_devise' %>
1819
# Provides basic authentication functionality for testing parts of your engine
1920
gem 'solidus_auth_devise'
20-
21+
<% end %>
2122
case ENV.fetch('DB', nil)
2223
when 'mysql'
2324
gem 'mysql2'

0 commit comments

Comments
 (0)