-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
working bundler-inject setup plus Bulkrax bug fix
- Loading branch information
1 parent
2d0c1a7
commit 9a78f68
Showing
4 changed files
with
22 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# rubocop:disable Naming/FileName | ||
# frozen_string_literal: true | ||
|
||
# See https://github.com/ManageIQ/bundler-inject | ||
# | ||
# The gems listed in this file are injected into bundler. | ||
# - `gem` to add new gems | ||
# - `override_gem` to change an existing gem (e.g. the version) | ||
# - `ensure_gem` to make sure a gem is there w/o worrying about if it is an override or not | ||
# | ||
# The bundler-inject plugin is enabled in Hyku's Gemfile (1). This file gets copied | ||
# into /app/.bundler.d/ within Docker (2), where it is then automatically loaded by the plugin (3). | ||
# (1) See hyrax-webapp/Gemfile | ||
# (2) See Dockerfile | ||
# (3) See https://github.com/ManageIQ/bundler-inject/blob/2fd8e3c62e49fbd1113fd3008a28e8fc0465e906/lib/bundler/inject/dsl_patch.rb#L92-L96 | ||
|
||
override_gem 'bulkrax', '5.4.1' | ||
# rubocop:enable Naming/FileName |
This file was deleted.
Oops, something went wrong.
Submodule hyrax-webapp
updated
82 files