You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sam Ruby <ru...@apache.org> on 2015/12/13 16:14:53 UTC

[whimsy.git] [16/37] Commit b229cf8: ensure Gemfile.lock is updated

Commit b229cf8d0f09e704b77271278af28c353d61fc40:
    ensure Gemfile.lock is updated


Branch: refs/heads/secmail
Author: Sam Ruby <ru...@intertwingly.net>
Committer: Sam Ruby <ru...@intertwingly.net>
Pusher: rubys <ru...@apache.org>

------------------------------------------------------------
Rakefile                                                     | + 
------------------------------------------------------------
1 changes: 1 additions, 0 deletions.
------------------------------------------------------------


diff --git a/Rakefile b/Rakefile
index 1cfaa07..6a8a23b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -9,6 +9,7 @@ end
 
 file 'Gemfile.lock' => 'Gemfile' do
   sh 'bundle update'
+  touch 'Gemfile.lock'
 end
 
 desc 'install dependencies'