Skip to content

Commit

Permalink
Update Gemfile for different version of ruby-debug for 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
noahd1 committed Jan 20, 2012
1 parent 6ec03c6 commit e1b6159
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Expand Up @@ -9,5 +9,6 @@ group :development do
gem "sqlite3"
gem "rack-test"
gem "rake"
gem "ruby-debug"
end
gem "ruby-debug", :platforms => :ruby_18
gem "ruby-debug19", :platforms => :ruby_19
end
14 changes: 14 additions & 0 deletions Gemfile.lock
Expand Up @@ -11,6 +11,7 @@ GEM
arel (~> 2.0.2)
tzinfo (~> 0.3.23)
activesupport (3.0.5)
archive-tar-minitar (0.5.2)
arel (2.0.9)
builder (2.1.2)
columnize (0.3.2)
Expand All @@ -23,6 +24,8 @@ GEM
git (>= 1.2.5)
rake
linecache (0.43)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
rack (1.2.1)
rack-test (0.5.7)
rack (>= 1.0)
Expand All @@ -40,6 +43,16 @@ GEM
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
linecache (>= 0.3)
ruby-debug-base19 (0.11.25)
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.5)
archive-tar-minitar (>= 0.5.2)
sqlite3 (1.3.3)
tzinfo (0.3.24)

Expand All @@ -54,4 +67,5 @@ DEPENDENCIES
rake
rspec
ruby-debug
ruby-debug19
sqlite3

0 comments on commit e1b6159

Please sign in to comment.