Skip to content

Commit

Permalink
Allow for duplicate labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Apr 27, 2016
1 parent 3c8720d commit 8d7a7a6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ end

gem 'rubocop', '~> 0.35.0', require: false
gem 'blacklight', '~> 5.16'
gem 'blacklight-spotlight', github: 'sul-dlss/spotlight'
gem 'blacklight-spotlight', github: 'pulibrary/spotlight', branch: 'readonly_field_names'
gem 'jettywrapper', '>= 2.0'
gem 'rsolr', '~> 1.0.6'
gem 'devise'
Expand Down
25 changes: 13 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,9 @@ GIT
susy (~> 2.2.12)

GIT
remote: git://github.com/sul-dlss/spotlight-resources-iiif.git
revision: e98c2f565bd09466b0697a1121ed21595cfe4f03
specs:
spotlight-resources-iiif (0.1.1)
blacklight-spotlight
faraday
iiif-presentation

GIT
remote: git://github.com/sul-dlss/spotlight.git
revision: 84632ff9ba3b7d16f6c727aca53f9912a3b15978
remote: git://github.com/pulibrary/spotlight.git
revision: 06934a5fdabadc2b46663876f3a948ee32f973e8
branch: readonly_field_names
specs:
blacklight-spotlight (0.17.1)
acts-as-taggable-on (~> 3.5)
Expand Down Expand Up @@ -56,6 +48,15 @@ GIT
tophat
underscore-rails (~> 1.6)

GIT
remote: git://github.com/sul-dlss/spotlight-resources-iiif.git
revision: e98c2f565bd09466b0697a1121ed21595cfe4f03
specs:
spotlight-resources-iiif (0.1.1)
blacklight-spotlight
faraday
iiif-presentation

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -385,7 +386,7 @@ GEM
redis (~> 3.0, >= 3.0.4)
representable (2.3.0)
uber (~> 0.0.7)
request_store (1.3.0)
request_store (1.3.1)
responders (2.1.1)
railties (>= 4.2.0, < 5.1)
retriable (1.4.1)
Expand Down

0 comments on commit 8d7a7a6

Please sign in to comment.