diff --git a/Gemfile b/Gemfile index 49996f05c..fd011be10 100644 --- a/Gemfile +++ b/Gemfile @@ -26,6 +26,7 @@ gem 'prawn-table' gem 'bundler', '>= 1.10.6' gem 'elasticsearch-model' gem 'elasticsearch-rails' +gem 'skylight' # Assets gem 'jquery-rails', '4.0.4' diff --git a/Gemfile.lock b/Gemfile.lock index 4e5301c44..de4b59982 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -330,6 +330,8 @@ GEM simple_form (3.1.0) actionpack (~> 4.0) activemodel (~> 4.0) + skylight (1.5.0) + activesupport (>= 3.0.0) sprockets (3.7.1) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -425,6 +427,7 @@ DEPENDENCIES select2-rails shoulda (>= 3.5) simple_form (>= 3.0.0) + skylight thin uglifier (= 2.7.2) unicorn