Commit 1d3e63bbdc119f42b67e69e289c9672abc4f3312

Authored by Barry Hess
1 parent 06355efe
Exists in master and in 1 other branch production

Removed ruby-debug from Gemfile. It's not behaving nicely at this time.

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