We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e981a commit dfaf8e5Copy full SHA for dfaf8e5
bin/setup
@@ -1,5 +1,7 @@
1
#!/usr/bin/env ruby
2
require 'fileutils'
3
+require_relative 'bundler'
4
+
5
# path to your application root.
6
APP_ROOT = File.expand_path('..', __dir__)
7
0 commit comments