Created
January 6, 2014 11:05
-
-
Save JohnMorales/8281230 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 4694737d7a17db39283d0fc614359777472df217 Mon Sep 17 00:00:00 2001 | |
From: JohnMorales <[email protected]> | |
Date: Mon, 6 Jan 2014 05:50:02 -0500 | |
Subject: [PATCH] Fixing rake issue | |
--- | |
Gemfile.lock | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
diff --git a/Gemfile.lock b/Gemfile.lock | |
index 182c30b..f487980 100644 | |
--- a/Gemfile.lock | |
+++ b/Gemfile.lock | |
@@ -31,7 +31,7 @@ GEM | |
rack (1.5.2) | |
rack-protection (1.5.0) | |
rack | |
- rake (0.9.2.2) | |
+ rake (0.9.6) | |
rb-fsevent (0.9.1) | |
rdiscount (2.0.7.3) | |
rubypants (0.2.0) | |
-- | |
1.8.4.2 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment