Skip to content

Commit

Permalink
Rubocop fix (#233)
Browse files Browse the repository at this point in the history
* Fix depenencies and pagination isseus

* further pagination refinements

* rubocop
  • Loading branch information
orangewolf authored Aug 18, 2020
1 parent 122f900 commit 0d73a83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 0d73a83

Please sign in to comment.