1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

JRuby should not need system_timer, and cannot install it either

Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
This commit is contained in:
Nick Sieger 2010-07-26 14:02:39 -07:00 committed by Santiago Pastorino
parent f79f9a74a4
commit f427fdd13a

View file

@ -39,7 +39,6 @@ platforms :ruby do
end
platforms :jruby do
gem "system_timer"
gem "ruby-debug", ">= 0.10.3"
gem "activerecord-jdbcsqlite3-adapter"