Skip to content

Commit

Permalink
Add ffaker dependency to gemspec
Browse files Browse the repository at this point in the history
ffaker was removed as a runtime dependency of Solidus. As of right now,
this removal is only on Solidus master (but it is slated for v2.4).

Even though this extension does not use ffaker directly, Solidus
complains that its factories require the library and so the tests fail
without this.

PR removing ffaker from Solidus:
solidusio/solidus#2163
  • Loading branch information
swcraig authored and fastjames committed Jul 31, 2018
1 parent b56c282 commit 9bc5b62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions solidus_subscriptions.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'coffee-rails'
s.add_development_dependency 'database_cleaner'
s.add_development_dependency 'factory_girl'
s.add_development_dependency 'ffaker'
s.add_development_dependency 'poltergeist'
s.add_development_dependency 'pry'
s.add_development_dependency 'rspec'
Expand Down

0 comments on commit 9bc5b62

Please sign in to comment.