Skip to content

Commit

Permalink
Simplifying the Gemfile for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
tas50 authored Oct 28, 2019
1 parent 5baaf9e commit 7ca990c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,3 @@ group :debug do
gem "pry-stack_explorer"
gem "rb-readline"
end

instance_eval(ENV["GEMFILE_MOD"]) if ENV["GEMFILE_MOD"]

# If you want to load debugging tools into the bundle exec sandbox,
# add these additional dependencies into Gemfile.local
eval_gemfile(__FILE__ + ".local") if File.exist?(__FILE__ + ".local")

0 comments on commit 7ca990c

Please sign in to comment.