Skip to content

Commit

Permalink
Reallow rsolr 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rocket-turtle authored and Jonas Schoeler committed Jun 10, 2024
1 parent d152b1a commit 28a6f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sunspot/sunspot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency 'rsolr', '>= 1.1.1', '< 2.6'
s.add_dependency 'rsolr', '>= 1.1.1', '< 3'
s.add_dependency 'pr_geohash', '~>1.0'
s.add_dependency 'bigdecimal'
s.add_development_dependency 'rake', '~> 13.2'
Expand Down

0 comments on commit 28a6f31

Please sign in to comment.