Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
11 changes: 3 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -31,7 +26,7 @@ PLATFORMS
java

DEPENDENCIES
fakefs!
fakefs
jruby_sandbox!
rake
rake-compiler
Expand Down