Skip to content

Commit

Permalink
Remove a bunch of cruft & update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
CGillen committed May 30, 2024
1 parent 5bdd2f9 commit 3ebab80
Show file tree
Hide file tree
Showing 14 changed files with 177 additions and 262 deletions.
5 changes: 0 additions & 5 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@
.github
.env
.dockerignore
.fcrepo_wrapper
.gitignore
.rspec
.rubocop_fix_me.yml
.rubocop.yml
.ruby-version
.solr_wrapper
.solr_wrapper.yml
.version
docker-compose.*
Dockerfile
Expand All @@ -20,8 +17,6 @@ solr/*
coverage/
config/local_env.*
config/mysql/
config/solr_wrapper_test.yml
config/fcrepo_wrapper_test.yml
config/blazegraph/
config/puma/development.rb
config/nginx_rewrites.conf
Expand Down
4 changes: 0 additions & 4 deletions .fcrepo_wrapper

This file was deleted.

8 changes: 0 additions & 8 deletions .solr_wrapper

This file was deleted.

5 changes: 0 additions & 5 deletions .solr_wrapper.yml

This file was deleted.

7 changes: 3 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gem 'ffi', '~> 1.15.0'

gem 'blacklight_oai_provider'
gem 'blacklight_range_limit'
gem 'edtf', github: 'inukshuk/edtf-ruby', branch: 'master'
gem 'edtf', '~> 3.1.1'

gem 'blacklight_advanced_search'

Expand All @@ -51,7 +51,6 @@ gem 'devise'
gem 'devise_cas_authenticatable', '~> 1.0'
gem 'faraday'
gem 'hyrax', '3.6.0'
gem 'solrizer', '4.1.0'
gem 'hyrax-doi', github: 'samvera-labs/hyrax-doi', branch: 'main'
gem 'recaptcha', require: 'recaptcha/rails'
gem 'invisible_captcha'
Expand All @@ -75,6 +74,8 @@ gem 'simple_form', '~> 5.2.0'
# Gem vulnerability fix
gem 'rest-client', '~> 2.0'

# gem 'actionpack-page_caching'

# For asset precompiled error pages, and/or general use because it's way better than ERB
gem 'haml'

Expand Down Expand Up @@ -116,11 +117,9 @@ group :development, :test do
gem 'byebug', platform: :mri
gem 'debase', '>= 0.2.5.beta2'
gem 'debase-ruby_core_source'
gem 'fcrepo_wrapper'
gem 'pry-rails'
gem 'ruby-debug-ide'
gem 'rspec-rails'
gem 'solr_wrapper', '>= 0.3'
gem 'rubocop', '>= 1.50.2'
gem 'rubocop-rspec', '>= 2.20.0'
end
Expand Down
Loading

0 comments on commit 3ebab80

Please sign in to comment.