aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2010-03-29 08:57:43 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2010-03-29 08:57:43 -0700
commit94ced0854370490d3da91fd77b247c1b0922ac99 (patch)
tree998a051e6897f36db724cf44c8776f3bf12ab2ec /Gemfile
parent36a5e78c14d9c0a929b19939b7841c504ef0467a (diff)
downloadrails-94ced0854370490d3da91fd77b247c1b0922ac99.tar.gz
rails-94ced0854370490d3da91fd77b247c1b0922ac99.tar.bz2
rails-94ced0854370490d3da91fd77b247c1b0922ac99.zip
ruby-debug19 doesn't install cleanly on 1.9.2 trunk
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 951137b243..7c6720ac7f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,7 +11,7 @@ group :mri do
if RUBY_VERSION < '1.9'
gem "system_timer"
gem "ruby-debug", ">= 0.10.3"
- else
+ elsif RUBY_VERSION < '1.9.2'
gem "ruby-debug19"
end
end