From 4222acf152a8bf2b2414f99d8aa442b10c04e7e8 Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Sat, 11 May 2019 20:27:37 -0400 Subject: Update Webpacker in Action Text's test dummy app --- actiontext/test/dummy/bin/bundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actiontext/test/dummy/bin/bundle') diff --git a/actiontext/test/dummy/bin/bundle b/actiontext/test/dummy/bin/bundle index f19acf5b5c..0962d6a66f 100755 --- a/actiontext/test/dummy/bin/bundle +++ b/actiontext/test/dummy/bin/bundle @@ -1,3 +1,3 @@ #!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__) +ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../../../Gemfile', __dir__) load Gem.bin_path('bundler', 'bundle') -- cgit v1.2.3