Skip to content

Commit

Permalink
♻️ Revert rails to support good_jobs and remove Gemfile.lock
Browse files Browse the repository at this point in the history
Good job stopped working after valkyrizing adventist.

issue
- bensheldon/good_job#1280
solution
- samvera/hyku#2125
  • Loading branch information
ShanaLMoore committed Jul 23, 2024
1 parent d9d633e commit 7f96764
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1,578 deletions.
7 changes: 0 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,3 @@ gemspec
# Start debugger with binding.b [https://github.com/ruby/debug]
# gem "debug", ">= 1.0.0"

gemfile_path = File.expand_path("hyrax-webapp/Gemfile", __dir__)
if File.exist?(gemfile_path)
gemfile = File.read(gemfile_path).split("\n").reject { |l| l.match('knapsack') }
# rubocop:disable Security/Eval
eval(gemfile.join("\n"), binding)
# rubocop:enable Security/Eval
end
Loading

0 comments on commit 7f96764

Please sign in to comment.