Skip to content

Commit

Permalink
Fix spree_core dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
JDutil committed Jan 24, 2012
1 parent 9aec9b7 commit cd1d8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spree_editor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Gem::Specification.new do |s|
s.requirements << 'none'

s.add_dependency('tinymce-rails', '>= 3.4.7.0.1')
s.add_dependency('spree_core', '>= 1.0.0rc2')
s.add_dependency('spree_core', '>= 1.0.0.rc2')

end

0 comments on commit cd1d8a2

Please sign in to comment.