Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Commit

Permalink
Lock rsolr to ~> 1.1
Browse files Browse the repository at this point in the history
upgrading to rsolr 2 causes a problem where the Solr URI is
too long and causes a test to fail with 414 Request-URI Too Long
  • Loading branch information
jcoyne committed Apr 8, 2019
1 parent caecb3e commit fb383db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ end

gem 'honeybadger'
gem 'rsolr-ext'
gem 'rsolr', '~> 1.1'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -403,9 +403,8 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
retries (0.0.5)
rsolr (2.2.1)
rsolr (1.1.2)
builder (>= 2.1.2)
faraday (>= 0.9.0)
rsolr-ext (1.0.3)
rsolr (>= 1.0.2)
rspec-core (3.8.0)
Expand Down Expand Up @@ -556,6 +555,7 @@ DEPENDENCIES
okcomputer
pry
rails (~> 4.2.9)
rsolr (~> 1.1)
rsolr-ext
rspec-rails (~> 3.1)
rubocop (~> 0.58.1)
Expand Down

0 comments on commit fb383db

Please sign in to comment.