]> git.openstreetmap.org Git - rails.git/blobdiff - bin/bundle
Update to rails 5.2.0
[rails.git] / bin / bundle
diff --git a/bin/bundle b/bin/bundle
new file mode 100755 (executable)
index 0000000..67efc37
--- /dev/null
@@ -0,0 +1,3 @@
+#!/usr/bin/env ruby
+ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
+load Gem.bin_path("bundler", "bundle")