From 96428de03100625aa870d177524420556a1a06e3 Mon Sep 17 00:00:00 2001 From: Edward Anderson Date: Sun, 19 May 2013 00:09:12 -0400 Subject: [PATCH] Use the official fakefs with Ruby 1.9 support The official fakefs has been updated with 1.9 support, and the nanothief fork no longer exists. --- Gemfile | 2 +- Gemfile.lock | 11 +++-------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 49d5c4d..b665bb6 100644 --- a/Gemfile +++ b/Gemfile @@ -4,4 +4,4 @@ source "http://rubygems.org" gemspec # this fork has some recent work done for 1.9, like File.foreach -gem 'fakefs', :git => 'git://github.com/nanothief/fakefs.git', :require => 'fakefs/safe' +gem 'fakefs' diff --git a/Gemfile.lock b/Gemfile.lock index 57fd64f..7bf6c15 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,19 +1,14 @@ -GIT - remote: git://github.com/nanothief/fakefs.git - revision: cb63ff262e1ab9dffdda6d20a1b9c90434e97d58 - specs: - fakefs (0.3.2) - PATH remote: . specs: - jruby_sandbox (0.1.1-java) + jruby_sandbox (0.1.2-java) fakefs GEM remote: http://rubygems.org/ specs: diff-lcs (1.1.2) + fakefs (0.4.2) rake (0.9.2) rake-compiler (0.7.9) rake @@ -31,7 +26,7 @@ PLATFORMS java DEPENDENCIES - fakefs! + fakefs jruby_sandbox! rake rake-compiler