Skip to content

Commit 0dfa907

Browse files
author
Lee Richmond
committed
Remove Gemfile from dummy app
1 parent d56f77f commit 0dfa907

File tree

3 files changed

+4
-225
lines changed

3 files changed

+4
-225
lines changed

spec/dummy/Gemfile

Lines changed: 0 additions & 48 deletions
This file was deleted.

spec/dummy/Gemfile.lock

Lines changed: 0 additions & 175 deletions
This file was deleted.

spec/dummy/config/boot.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
1+
# Set up gems listed in the Gemfile.
2+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../../Gemfile', __dir__)
23

3-
require 'bundler/setup' # Set up gems listed in the Gemfile.
4+
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
5+
$LOAD_PATH.unshift File.expand_path('../../../lib', __dir__)

0 commit comments

Comments
 (0)