Skip to content

Commit dacc964

Browse files
committed
334 Bundle update in the CI script
1 parent 9632cea commit dacc964

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

script/build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#
77
# Maintainer: id774 <idnanashi@gmail.com>
88
#
9+
# v1.5 6/28,2013
10+
# Always using latest gems.
911
# v1.4 5/13,2013
1012
# Fix bundler environment.
1113
# v1.3 2/26,2013
@@ -29,6 +31,7 @@ kickstart() {
2931
exec_rspec() {
3032
$RACK_ROOT/bin/automatic -v
3133
bundle install --path vendor/gems
34+
bundle update
3235
bundle exec rake simplecov
3336
}
3437

0 commit comments

Comments
 (0)