From 0d73a830d3c6b5411334a1d86fa40c70921babdf Mon Sep 17 00:00:00 2001 From: Rob Kaufman Date: Mon, 17 Aug 2020 22:08:52 -0700 Subject: [PATCH] Rubocop fix (#233) * Fix depenencies and pagination isseus * further pagination refinements * rubocop --- Gemfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 3f4492b5..9698382e 100644 --- a/Gemfile +++ b/Gemfile @@ -12,14 +12,14 @@ gemspec # Git. Remember to move these dependencies to your gemspec before releasing # your gem to rubygems.org. -gem "blacklight", "~> 6.20.0" -gem "factory_bot_rails" -gem "hyrax", ">= 2.3" -gem "oai" -gem "rspec-rails" +gem 'blacklight', '~> 6.20.0' gem 'bootstrap-sass', '~> 3.0' gem 'coderay' +gem 'factory_bot_rails' +gem 'hyrax', '>= 2.3' +gem 'oai' gem 'rsolr', '>= 1.0' +gem 'rspec-rails' gem 'twitter-typeahead-rails', '0.11.1.pre.corejavascript' gem 'willow_sword', git: 'https://github.com/notch8/willow_sword.git'