From 7f54585e52f3c56bbffbabeed4645c0cd1c3c443 Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Mon, 18 Oct 2010 11:19:03 +1100 Subject: [PATCH] remove platform specific debug gem from Gemfile. Causes issues. --- Gemfile | 3 +-- Gemfile.lock | 15 +-------------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index b48aecf..6a17243 100644 --- a/Gemfile +++ b/Gemfile @@ -12,6 +12,5 @@ group :test do 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 + gem 'ruby-debug' end diff --git a/Gemfile.lock b/Gemfile.lock index edcfedf..c980482 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -29,7 +29,6 @@ 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) @@ -41,8 +40,6 @@ 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 @@ -97,16 +94,6 @@ 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) @@ -127,7 +114,7 @@ DEPENDENCIES rspec (>= 2.0.0.beta.17) rspec-rails (>= 2.0.0.beta.17) rspec_tag_matchers - ruby-debug19 + ruby-debug sqlite3-ruby timecop timeliness (~> 0.1.1)