Commit 1d3e63bbdc119f42b67e69e289c9672abc4f3312
1 parent
06355efe
Exists in
master
and in
1 other branch
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,7 +19,6 @@ 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' | ||
23 | end | 22 | end |
24 | 23 | ||
25 | group :test do | 24 | group :test do |
Gemfile.lock
@@ -41,7 +41,6 @@ GEM | @@ -41,7 +41,6 @@ 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) | ||
45 | crack (0.1.8) | 44 | crack (0.1.8) |
46 | database_cleaner (0.6.7) | 45 | database_cleaner (0.6.7) |
47 | devise (1.1.9) | 46 | devise (1.1.9) |
@@ -64,7 +63,6 @@ GEM | @@ -64,7 +63,6 @@ GEM | ||
64 | lighthouse-api (2.0) | 63 | lighthouse-api (2.0) |
65 | activeresource (>= 3.0.0) | 64 | activeresource (>= 3.0.0) |
66 | activesupport (>= 3.0.0) | 65 | activesupport (>= 3.0.0) |
67 | - linecache (0.45) | ||
68 | mail (2.2.17) | 66 | mail (2.2.17) |
69 | activesupport (>= 2.3.6) | 67 | activesupport (>= 2.3.6) |
70 | i18n (>= 0.4.0) | 68 | i18n (>= 0.4.0) |
@@ -124,11 +122,6 @@ GEM | @@ -124,11 +122,6 @@ GEM | ||
124 | activesupport (~> 3.0) | 122 | activesupport (~> 3.0) |
125 | railties (~> 3.0) | 123 | railties (~> 3.0) |
126 | rspec (~> 2.5.0) | 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 | thor (0.14.6) | 125 | thor (0.14.6) |
133 | treetop (1.4.9) | 126 | treetop (1.4.9) |
134 | polyglot (>= 0.3.1) | 127 | polyglot (>= 0.3.1) |
@@ -160,7 +153,6 @@ DEPENDENCIES | @@ -160,7 +153,6 @@ DEPENDENCIES | ||
160 | redmine_client! | 153 | redmine_client! |
161 | rspec (~> 2.5) | 154 | rspec (~> 2.5) |
162 | rspec-rails (~> 2.5) | 155 | rspec-rails (~> 2.5) |
163 | - ruby-debug | ||
164 | useragent (~> 0.3.1) | 156 | useragent (~> 0.3.1) |
165 | webmock | 157 | webmock |
166 | will_paginate | 158 | will_paginate |