Commit 3a3e21a552aa7e7cef6197f5c03a47ed5fae56ec

Authored by Barry Hess
1 parent 5d9ffe65
Exists in master and in 1 other branch production

Added ruby-debug to Gemfile

Showing 2 changed files with 9 additions and 0 deletions   Show diff stats
@@ -19,6 +19,7 @@ end @@ -19,6 +19,7 @@ end
19 group :development, :test do 19 group :development, :test do
20 gem 'rspec-rails', '~> 2.5' 20 gem 'rspec-rails', '~> 2.5'
21 gem 'webmock', :require => false 21 gem 'webmock', :require => false
  22 + gem 'ruby-debug'
22 end 23 end
23 24
24 group :test do 25 group :test do
@@ -41,6 +41,7 @@ GEM @@ -41,6 +41,7 @@ GEM
41 bson (1.3.0) 41 bson (1.3.0)
42 bson_ext (1.3.0) 42 bson_ext (1.3.0)
43 builder (2.1.2) 43 builder (2.1.2)
  44 + columnize (0.3.3)
44 crack (0.1.8) 45 crack (0.1.8)
45 database_cleaner (0.6.7) 46 database_cleaner (0.6.7)
46 devise (1.1.9) 47 devise (1.1.9)
@@ -63,6 +64,7 @@ GEM @@ -63,6 +64,7 @@ GEM
63 lighthouse-api (2.0) 64 lighthouse-api (2.0)
64 activeresource (>= 3.0.0) 65 activeresource (>= 3.0.0)
65 activesupport (>= 3.0.0) 66 activesupport (>= 3.0.0)
  67 + linecache (0.45)
66 mail (2.2.17) 68 mail (2.2.17)
67 activesupport (>= 2.3.6) 69 activesupport (>= 2.3.6)
68 i18n (>= 0.4.0) 70 i18n (>= 0.4.0)
@@ -122,6 +124,11 @@ GEM @@ -122,6 +124,11 @@ GEM
122 activesupport (~> 3.0) 124 activesupport (~> 3.0)
123 railties (~> 3.0) 125 railties (~> 3.0)
124 rspec (~> 2.5.0) 126 rspec (~> 2.5.0)
  127 + ruby-debug (0.10.4)
  128 + columnize (>= 0.1)
  129 + ruby-debug-base (~> 0.10.4.0)
  130 + ruby-debug-base (0.10.4)
  131 + linecache (>= 0.3)
125 thor (0.14.6) 132 thor (0.14.6)
126 treetop (1.4.9) 133 treetop (1.4.9)
127 polyglot (>= 0.3.1) 134 polyglot (>= 0.3.1)
@@ -153,6 +160,7 @@ DEPENDENCIES @@ -153,6 +160,7 @@ DEPENDENCIES
153 redmine_client! 160 redmine_client!
154 rspec (~> 2.5) 161 rspec (~> 2.5)
155 rspec-rails (~> 2.5) 162 rspec-rails (~> 2.5)
  163 + ruby-debug
156 useragent (~> 0.3.1) 164 useragent (~> 0.3.1)
157 webmock 165 webmock
158 will_paginate 166 will_paginate