Skip to content

Commit

Permalink
Merge pull request #49 from annaborja/annaborja/add-deface-to-gemspec
Browse files Browse the repository at this point in the history
Add Deface requirement to gemspec and lib/solidus_multi_domain.rb
  • Loading branch information
adammathys authored Jun 13, 2016
2 parents ecc701f + 78ee6ad commit d23bc7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/solidus_multi_domain.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'sass/rails'
require 'spree_core'
require 'spree_multi_domain/engine'
require 'deface'
1 change: 1 addition & 0 deletions solidus_multi_domain.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |s|
s.requirements << "none"

s.add_dependency "solidus", '~> 1.1'
s.add_dependency "deface"

s.add_development_dependency "rspec-rails", "~> 3.2"
s.add_development_dependency "simplecov"
Expand Down

0 comments on commit d23bc7f

Please sign in to comment.