Skip to content

Commit

Permalink
Depend only on spree_core, not the entire spree gem set
Browse files Browse the repository at this point in the history
Fixes #182
  • Loading branch information
radar committed Jan 29, 2013
1 parent 6471c07 commit 9e215e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spree_i18n.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.requirements << 'none'

s.add_dependency('spree')
s.add_dependency('spree_core')
s.add_dependency('i18n', '~> 0.6')
s.add_development_dependency "rspec-rails", "~> 2.12.0"
s.add_development_dependency "sqlite3", "~> 1.3.6"
Expand Down

0 comments on commit 9e215e5

Please sign in to comment.