diff --git a/Gemfile b/Gemfile index 89c718f5a..de7fa8eb0 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,6 @@ gem 'sass-rails', '5.0.6' # sass style gem 'coffee-rails', '4.1.0' # coffeescript support gem 'jquery-rails', '4.0.4' # jquery -gem 'turbolinks', '2.5.3' # faster page load gem 'selectize-rails', '0.12.1' # include selectize.js for select gem 'jquery-validation-rails', '1.13.1' # validate on client side diff --git a/Gemfile.lock b/Gemfile.lock index a83ebf0bf..f61982c46 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -441,8 +441,6 @@ GEM thor (0.19.4) thread_safe (0.3.6) tilt (1.4.1) - turbolinks (2.5.3) - coffee-rails tzinfo (1.2.3) thread_safe (~> 0.1) unf (0.1.4) @@ -545,7 +543,6 @@ DEPENDENCIES simpleidn (= 0.0.7) spring spring-commands-rspec - turbolinks (= 2.5.3) uuidtools (= 2.1.5) validates_email_format_of (= 1.6.3) webmock