Skip to content

Commit

Permalink
Add an explicit dependency on jbuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Aug 6, 2017
1 parent 4ae91ae commit f39e708
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blacklight.gemspec
Expand Up @@ -27,6 +27,7 @@ Gem::Specification.new do |s|

s.add_dependency "rails", "~> 5.0"
s.add_dependency "globalid"
s.add_dependency "jbuilder"
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 "bootstrap", ">= 4.0.0.alpha5", "< 5"
Expand Down

0 comments on commit f39e708

Please sign in to comment.