Skip to content

Commit

Permalink
Require ffaker 2.7
Browse files Browse the repository at this point in the history
`ffaker` < 2.7 has an issue with non-existent `unique` method for `Name` class

ffaker/ffaker#320
  • Loading branch information
damianlegawiec committed Feb 20, 2019
1 parent 71c3996 commit eb49f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/spree_core.gemspec
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_dependency 'carmen', '~> 1.0.0'
s.add_dependency 'cancancan', '~> 2.0'
s.add_dependency 'deface', '~> 1.0'
s.add_dependency 'ffaker', '~> 2.2'
s.add_dependency 'ffaker', '~> 2.9'
s.add_dependency 'friendly_id', '~> 5.2.1'
s.add_dependency 'highline', '~> 2.0.0' # Necessary for the install generator
s.add_dependency 'kaminari', '~> 1.0.1'
Expand Down

0 comments on commit eb49f12

Please sign in to comment.