Skip to content

Instantly share code, notes, and snippets.

@JohnMorales
Created January 6, 2014 11:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohnMorales/8281230 to your computer and use it in GitHub Desktop.
Save JohnMorales/8281230 to your computer and use it in GitHub Desktop.
From 4694737d7a17db39283d0fc614359777472df217 Mon Sep 17 00:00:00 2001
From: JohnMorales <jmorales@gmail.com>
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