We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9632cea commit dacc964Copy full SHA for dacc964
1 file changed
script/build
@@ -6,6 +6,8 @@
6
#
7
# Maintainer: id774 <idnanashi@gmail.com>
8
9
+# v1.5 6/28,2013
10
+# Always using latest gems.
11
# v1.4 5/13,2013
12
# Fix bundler environment.
13
# v1.3 2/26,2013
@@ -29,6 +31,7 @@ kickstart() {
29
31
exec_rspec() {
30
32
$RACK_ROOT/bin/automatic -v
33
bundle install --path vendor/gems
34
+ bundle update
35
bundle exec rake simplecov
36
}
37
0 commit comments