diff --git a/Gemfile b/Gemfile index de7fa8eb0..a7d2e52ac 100644 --- a/Gemfile +++ b/Gemfile @@ -48,7 +48,6 @@ gem 'jquery-validation-rails', '1.13.1' # validate on client side gem 'kaminari', '0.16.3' # pagination gem 'coderay', '1.1.0' # xml console visualize gem 'html5_validators', '1.2.2' # model requements now automatically on html form -gem 'nprogress-rails', '0.1.6.7' # visual loader gem 'select2-rails', '3.5.9.3' # for autocomplete gem 'liquid', '3.0.6' # for email templates diff --git a/Gemfile.lock b/Gemfile.lock index f61982c46..e0ca04840 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -281,7 +281,6 @@ GEM nokogiri (1.8.1) mini_portile2 (~> 2.3.0) nori (2.6.0) - nprogress-rails (0.1.6.7) open4 (1.3.4) orm_adapter (0.5.0) parallel (1.12.0) @@ -518,7 +517,6 @@ DEPENDENCIES mina (= 0.3.1) money-rails nokogiri - nprogress-rails (= 0.1.6.7) paper_trail! pdfkit (= 0.6.2) pg (= 0.19.0)