We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72af34 commit bd99849Copy full SHA for bd99849
.gitignore
@@ -55,3 +55,4 @@ public/uploads
55
docker-compose.override.yml
56
*~undo-tree~
57
.DS_Store
58
+/bundler.d/
Gemfile
@@ -1,5 +1,10 @@
1
# frozen_string_literal: true
2
3
+# for knapsack overrides of gems. See https://github.com/ManageIQ/bundler-inject
4
+# set BUNDLE_BUNDLER_INJECT__GEM_PATH in your knapsack to point at the knapsack override file.
5
+plugin 'bundler-inject'
6
+require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundler-inject") rescue nil
7
+
8
# rubocop:disable Layout/LineLength
9
source 'https://rubygems.org'
10
bundler.d/.gitkeep
0 commit comments