aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/test/dummy/bin/bundle
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2019-05-11 20:27:37 -0400
committerGeorge Claghorn <george@basecamp.com>2019-05-11 20:27:37 -0400
commit4222acf152a8bf2b2414f99d8aa442b10c04e7e8 (patch)
tree27cfc4ac19ec640526c87543a63a596fd9b50abe /actiontext/test/dummy/bin/bundle
parent82e3891f14d9ed8a98118310b3d93f95c309c25e (diff)
downloadrails-4222acf152a8bf2b2414f99d8aa442b10c04e7e8.tar.gz
rails-4222acf152a8bf2b2414f99d8aa442b10c04e7e8.tar.bz2
rails-4222acf152a8bf2b2414f99d8aa442b10c04e7e8.zip
Update Webpacker in Action Text's test dummy app
Diffstat (limited to 'actiontext/test/dummy/bin/bundle')
-rwxr-xr-xactiontext/test/dummy/bin/bundle2
1 files changed, 1 insertions, 1 deletions
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')