Skip to content

Commit

Permalink
Loosen the rsolr dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Oct 14, 2016
1 parent a546c98 commit d04c3c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blacklight.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.add_dependency "rails", ">= 3.2.6", "< 5"
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 "rsolr", "~> 1.0.11" # Library for interacting with rSolr.
s.add_dependency "rsolr", "~> 1.0", ">= 1.0.11" # Library for interacting with rSolr.
s.add_dependency "bootstrap-sass", "~> 3.2"
s.add_dependency "deprecation"

Expand Down
2 changes: 1 addition & 1 deletion lib/generators/blacklight/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def install_jettywrapper
end

def add_rsolr_gem
gem "rsolr", "~> 1.0.6"
gem "rsolr", "~> 1.0"
end

def bundle_install
Expand Down

0 comments on commit d04c3c2

Please sign in to comment.