Guest User

Untitled

a guest
May 24th, 2018
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. From bc9afb564c1b5e0cf049c6599444569db1e3f335 Mon Sep 17 00:00:00 2001
  2. From: Nick Sieger <nick@nicksieger.com>
  3. Date: Mon, 26 Jul 2010 14:02:39 -0700
  4. Subject: [PATCH] JRuby should not need system_timer, and cannot install it either
  5.  
  6. ---
  7. Gemfile | 1 -
  8. 1 files changed, 0 insertions(+), 1 deletions(-)
  9.  
  10. diff --git a/Gemfile b/Gemfile
  11. index b92a6ab..3a6064d 100644
  12. --- a/Gemfile
  13. +++ b/Gemfile
  14. @@ -39,7 +39,6 @@ platforms :ruby do
  15. end
  16.  
  17. platforms :jruby do
  18. - gem "system_timer"
  19. gem "ruby-debug", ">= 0.10.3"
  20.  
  21. gem "activerecord-jdbcsqlite3-adapter"
  22. --
  23. 1.7.1
Add Comment
Please, Sign In to add comment