aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorNick Sieger <nick@nicksieger.com>2010-07-26 14:02:39 -0700
committerSantiago Pastorino <santiago@wyeworks.com>2010-07-26 18:18:11 -0300
commitf427fdd13a3cccf6e8059cad6e1f5592b2446120 (patch)
treeee11451e38a4e3d292660b4442ad709c7c557c93 /Gemfile
parentf79f9a74a4b593e8c36d14c43a030b9a12c69255 (diff)
downloadrails-f427fdd13a3cccf6e8059cad6e1f5592b2446120.tar.gz
rails-f427fdd13a3cccf6e8059cad6e1f5592b2446120.tar.bz2
rails-f427fdd13a3cccf6e8059cad6e1f5592b2446120.zip
JRuby should not need system_timer, and cannot install it either
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b92a6ab7a0..3a6064db96 100644
--- a/Gemfile
+++ b/Gemfile
@@ -39,7 +39,6 @@ platforms :ruby do
end
platforms :jruby do
- gem "system_timer"
gem "ruby-debug", ">= 0.10.3"
gem "activerecord-jdbcsqlite3-adapter"