Skip to content

Commit

Permalink
Gemspec fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nateberkopec committed Jun 11, 2013
1 parent c26d389 commit 34f1b12
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 'highline', '= 1.6.2'
s.add_dependency 'stringex', '= 1.3.0'
s.add_dependency 'state_machine'
s.add_dependency 'faker', '= 1.0.0'
s.add_dependency 'faker'
s.add_dependency 'paperclip', '= 2.5.0'
s.add_dependency 'rd_resource_controller'
s.add_dependency 'meta_search', '>= 1.1.1'
Expand Down

0 comments on commit 34f1b12

Please sign in to comment.