Skip to content

Commit

Permalink
Removing additional dependency for select2-rails from spree core gems…
Browse files Browse the repository at this point in the history
…pec - was getting invalid gemspec error when running bundle install

Fixes #5217
  • Loading branch information
Briege Murray authored and Jeff Dutil committed Aug 15, 2014
1 parent 45f5fa8 commit d480e8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/spree_core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Gem::Specification.new do |s|
# This is because 2.2.0 uses jQuery 1.9 which breaks the jquery.horizontalNav
# plugin that we are using in the admin backend.
s.add_dependency 'jquery-rails', '~> 2.1.4'
s.add_dependency 'select2-rails', '~> 3.0'
s.add_dependency 'select2-rails', '~> 3.2'

s.add_dependency 'highline', '= 1.6.11'
Expand Down

0 comments on commit d480e8d

Please sign in to comment.