Skip to content

Commit

Permalink
remove solr_wrapper (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgarciao authored Nov 16, 2023
1 parent ec33b3b commit f8d99d9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 81 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ gem 'cancancan', '~> 1.15'

gem 'pg'
gem "blacklight", '~> 8.0.1'
gem 'solr_wrapper', '~> 2.1'

# Use Capistrano for deployment
gem 'capistrano-rails', group: :development
Expand Down
7 changes: 0 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ GEM
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
retriable (3.1.2)
rexml (3.2.5)
rsolr (2.5.0)
builder (>= 2.1.2)
Expand Down Expand Up @@ -367,11 +366,6 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
solr_wrapper (2.2.0)
faraday
retriable
ruby-progressbar
rubyzip
spring (2.1.1)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
Expand Down Expand Up @@ -465,7 +459,6 @@ DEPENDENCIES
sass-rails
select2-rails
selenium-webdriver
solr_wrapper (~> 2.1)
spring
spring-watcher-listen (~> 2.0.0)
sshkit (~> 1.12)
Expand Down
73 changes: 0 additions & 73 deletions lib/tasks/server.rake

This file was deleted.

0 comments on commit f8d99d9

Please sign in to comment.