Skip to content

Commit

Permalink
Remove select2-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Mar 14, 2017
1 parent a32cae2 commit 9ac5279
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion backend/lib/spree/backend.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
require 'coffee-rails'
require 'sass-rails'
require 'bourbon'
require 'select2-rails'
require 'handlebars_assets'
require 'font-awesome-rails'

Expand Down
1 change: 0 additions & 1 deletion backend/solidus_backend.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Gem::Specification.new do |s|
s.add_dependency 'bourbon', '>= 4', '< 6'
s.add_dependency 'jquery-rails'
s.add_dependency 'jquery-ui-rails', '~> 5.0.0'
s.add_dependency 'select2-rails', '3.5.9.1' # 3.5.9.2 breaks forms
s.add_dependency 'font-awesome-rails', '~> 4.0'

s.add_dependency 'handlebars_assets', '~> 0.23'
Expand Down

0 comments on commit 9ac5279

Please sign in to comment.