From 423eb96ecf631922f04cdbc02e31249c4e9a8451 Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Thu, 14 Oct 2010 08:16:35 +1100 Subject: [PATCH] gemfile updates for ruby 1.9 --- Gemfile | 3 ++- Gemfile.lock | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2ee43bb..43b7692 100644 --- a/Gemfile +++ b/Gemfile @@ -6,9 +6,10 @@ group :test do gem 'sqlite3-ruby', :require => 'sqlite3' gem 'mongoid', '2.0.0.beta.17' gem 'bson_ext', '1.0.4' - gem 'ruby-debug' gem 'rspec', '>= 2.0.0.beta.17' gem 'rspec-rails', '>= 2.0.0.beta.17' gem 'timecop' gem 'rspec_tag_matchers' + gem 'ruby-debug', :platforms => :mri_18 + gem 'ruby-debug19', :platforms => :mri_19 end diff --git a/Gemfile.lock b/Gemfile.lock index 9552245..d18dc89 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -29,6 +29,7 @@ GEM activemodel (= 3.0.0) activesupport (= 3.0.0) activesupport (3.0.0) + archive-tar-minitar (0.5.2) arel (1.0.1) activesupport (~> 3.0.0) bson (1.0.4) @@ -40,6 +41,8 @@ GEM abstract (>= 1.0.0) i18n (0.4.1) linecache (0.43) + linecache19 (0.5.11) + ruby_core_source (>= 0.1.4) mail (2.2.6.1) activesupport (>= 2.3.6) mime-types @@ -94,6 +97,16 @@ GEM ruby-debug-base (~> 0.10.3.0) ruby-debug-base (0.10.3) linecache (>= 0.3) + ruby-debug-base19 (0.11.24) + columnize (>= 0.3.1) + linecache19 (>= 0.5.11) + ruby_core_source (>= 0.1.4) + ruby-debug19 (0.11.6) + columnize (>= 0.3.1) + linecache19 (>= 0.5.11) + ruby-debug-base19 (>= 0.11.19) + ruby_core_source (0.1.4) + archive-tar-minitar (>= 0.5.2) sqlite3-ruby (1.3.1) thor (0.14.1) timecop (0.3.5) @@ -114,5 +127,6 @@ DEPENDENCIES rspec-rails (>= 2.0.0.beta.17) rspec_tag_matchers ruby-debug + ruby-debug19 sqlite3-ruby timecop