Skip to content

Commit

Permalink
Merge pull request #88 from SuperGoodSoft/solidus-3.0
Browse files Browse the repository at this point in the history
Solidus 3.0
  • Loading branch information
aldesantis authored Feb 6, 2021
2 parents 5fb4277 + 54e90b8 commit 18133d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/solidus_social/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

module SolidusSocial
class Engine < Rails::Engine
include SolidusSupport::EngineExtensions::Decorators
include SolidusSupport::EngineExtensions

isolate_namespace ::Spree

Expand Down
2 changes: 1 addition & 1 deletion solidus_social.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'omniauth-google-oauth2'
spec.add_dependency 'omniauth-twitter'
spec.add_dependency 'solidus_auth_devise'
spec.add_dependency 'solidus_core', ['>= 2.0.0', '< 3']
spec.add_dependency 'solidus_core', ['>= 2.0.0', '<= 3']
spec.add_dependency 'solidus_support', '~> 0.5'

spec.add_development_dependency 'solidus_dev_support'
Expand Down

0 comments on commit 18133d2

Please sign in to comment.