remove platform specific debug gem from Gemfile. Causes issues.

This commit is contained in:
Adam Meehan 2010-10-18 11:19:03 +11:00
parent 4f421d87fc
commit 7f54585e52
2 changed files with 2 additions and 16 deletions

View File

@ -12,6 +12,5 @@ group :test do
gem 'rspec-rails', '>= 2.0.0.beta.17' gem 'rspec-rails', '>= 2.0.0.beta.17'
gem 'timecop' gem 'timecop'
gem 'rspec_tag_matchers' gem 'rspec_tag_matchers'
gem 'ruby-debug', :platforms => :mri_18 gem 'ruby-debug'
gem 'ruby-debug19', :platforms => :mri_19
end end

View File

@ -29,7 +29,6 @@ GEM
activemodel (= 3.0.0) activemodel (= 3.0.0)
activesupport (= 3.0.0) activesupport (= 3.0.0)
activesupport (3.0.0) activesupport (3.0.0)
archive-tar-minitar (0.5.2)
arel (1.0.1) arel (1.0.1)
activesupport (~> 3.0.0) activesupport (~> 3.0.0)
bson (1.0.4) bson (1.0.4)
@ -41,8 +40,6 @@ GEM
abstract (>= 1.0.0) abstract (>= 1.0.0)
i18n (0.4.1) i18n (0.4.1)
linecache (0.43) linecache (0.43)
linecache19 (0.5.11)
ruby_core_source (>= 0.1.4)
mail (2.2.6.1) mail (2.2.6.1)
activesupport (>= 2.3.6) activesupport (>= 2.3.6)
mime-types mime-types
@ -97,16 +94,6 @@ GEM
ruby-debug-base (~> 0.10.3.0) ruby-debug-base (~> 0.10.3.0)
ruby-debug-base (0.10.3) ruby-debug-base (0.10.3)
linecache (>= 0.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) sqlite3-ruby (1.3.1)
thor (0.14.1) thor (0.14.1)
timecop (0.3.5) timecop (0.3.5)
@ -127,7 +114,7 @@ DEPENDENCIES
rspec (>= 2.0.0.beta.17) rspec (>= 2.0.0.beta.17)
rspec-rails (>= 2.0.0.beta.17) rspec-rails (>= 2.0.0.beta.17)
rspec_tag_matchers rspec_tag_matchers
ruby-debug19 ruby-debug
sqlite3-ruby sqlite3-ruby
timecop timecop
timeliness (~> 0.1.1) timeliness (~> 0.1.1)