Skip to content

Commit

Permalink
Load select2 from assets folder
Browse files Browse the repository at this point in the history
Instead of loading select2 as asset gem we ship the version we are currently support (v3.4.5)
  • Loading branch information
tvdeyen committed Nov 11, 2020
1 parent e6b07e0 commit ecc0bba
Show file tree
Hide file tree
Showing 3 changed files with 3,729 additions and 2 deletions.
1 change: 0 additions & 1 deletion alchemy_cms.gemspec
Expand Up @@ -37,7 +37,6 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'request_store', ['~> 1.2']
gem.add_runtime_dependency 'responders', ['>= 2.0', '< 4.0']
gem.add_runtime_dependency 'sassc-rails', ['~> 2.1']
gem.add_runtime_dependency 'select2-rails', ['>= 3.5.9.1', '< 4.0']
gem.add_runtime_dependency 'simple_form', ['>= 4.0', '< 6']
gem.add_runtime_dependency 'sprockets', ['>= 3.0', '< 5']
gem.add_runtime_dependency 'turbolinks', ['>= 2.5']
Expand Down
1 change: 0 additions & 1 deletion app/assets/javascripts/alchemy/admin.js
Expand Up @@ -13,7 +13,6 @@
//= require clipboard.min
//= require keymaster
//= require requestAnimationFrame
//= require select2
//= require handlebars
//= require alchemy/templates
//= require alchemy/alchemy.base
Expand Down

0 comments on commit ecc0bba

Please sign in to comment.