mau 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/application.rb +1 -1
- metadata +1 -1
data/lib/application.rb
CHANGED
|
@@ -93,7 +93,7 @@ class Application
|
|
|
93
93
|
shell "git reset --hard #{ref}"
|
|
94
94
|
|
|
95
95
|
# Install gems
|
|
96
|
-
shell "
|
|
96
|
+
shell "bundle install --deployment \
|
|
97
97
|
--without test spec development cucumber mac jruby"
|
|
98
98
|
|
|
99
99
|
# Create a few directories that the app also wants.
|