Skip to content

Commit

Permalink
Require jbuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jun 6, 2018
1 parent 88f4583 commit 2d6b931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion blacklight.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|

s.add_dependency "rails", "~> 5.0"
s.add_dependency "globalid"
s.add_dependency "jbuilder"
s.add_dependency "jbuilder", '~> 2.7'
s.add_dependency "nokogiri", "~>1.6" # XML Parser
s.add_dependency "kaminari", ">= 0.15" # the pagination (page 1,2,3, etc..) of our search results
s.add_dependency "deprecation"
Expand Down
1 change: 1 addition & 0 deletions lib/blacklight.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require 'deprecation'
require 'blacklight/open_struct_with_hash_access'
require 'blacklight/nested_open_struct_with_hash_access'
require 'jbuilder'

module Blacklight
autoload :AbstractRepository, 'blacklight/abstract_repository'
Expand Down

0 comments on commit 2d6b931

Please sign in to comment.