Skip to content

Commit

Permalink
Appeasing Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyf committed Feb 2, 2024
1 parent bd99849 commit 6a29be9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
# for knapsack overrides of gems. See https://github.com/ManageIQ/bundler-inject
# set BUNDLE_BUNDLER_INJECT__GEM_PATH in your knapsack to point at the knapsack override file.
plugin 'bundler-inject'
require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundler-inject") rescue nil
begin
require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundler-inject")
rescue
nil
end

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

0 comments on commit 6a29be9

Please sign in to comment.