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'