Skip to content

Commit

Permalink
Added ruby-debug to development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Sep 9, 2010
1 parent 5dc030e commit 0278846
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -7,4 +7,5 @@ group :development do
gem 'rake'
gem 'rails', '~>3'
gem 'sqlite3-ruby'
gem 'ruby-debug'
end
8 changes: 8 additions & 0 deletions Gemfile.lock
Expand Up @@ -31,10 +31,12 @@ GEM
arel (1.0.1)
activesupport (~> 3.0.0)
builder (2.1.2)
columnize (0.3.1)
daemons (1.1.0)
erubis (2.6.6)
abstract (>= 1.0.0)
i18n (0.4.1)
linecache (0.43)
mail (2.2.5)
activesupport (>= 2.3.6)
mime-types
Expand All @@ -61,6 +63,11 @@ GEM
thor (~> 0.14.0)
rake (0.8.7)
rspec (1.3.0)
ruby-debug (0.10.3)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.3.0)
ruby-debug-base (0.10.3)
linecache (>= 0.3)
sqlite3-ruby (1.3.1)
thor (0.14.0)
treetop (1.4.8)
Expand All @@ -76,4 +83,5 @@ DEPENDENCIES
rails (~> 3)
rake
rspec
ruby-debug
sqlite3-ruby

0 comments on commit 0278846

Please sign in to comment.