Skip to content

Commit

Permalink
override gems from knapsack
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Jan 8, 2024
1 parent ead1017 commit 8394571
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ public/uploads
docker-compose.override.yml
*~undo-tree~
.DS_Store
/bundler.d/
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# frozen_string_literal: true

# for knapsack overrides of gems. See https://github.com/ManageIQ/bundler-inject
# can be moved to released version once https://github.com/ManageIQ/bundler-inject/pull/34 is merged and released
plugin 'bundler-inject', git: 'https://github.com:repo/my_plugin.git'
require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundler-inject") rescue nil

# rubocop:disable Layout/LineLength
source 'https://rubygems.org'

Expand Down
Empty file added bundler.d/.gitkeep
Empty file.

0 comments on commit 8394571

Please sign in to comment.