Commit d2276ff3125371e0aee4a0e71df140e646b9b831
1 parent
e5e6ce94
Exists in
master
and in
1 other branch
ruby-debug19 dependency removed.
Showing
2 changed files
with
1 additions
and
16 deletions
Show diff stats
Gemfile
| @@ -20,7 +20,7 @@ end | @@ -20,7 +20,7 @@ end | ||
| 20 | group :development, :test do | 20 | group :development, :test do |
| 21 | gem 'rspec-rails', '~> 2.5' | 21 | gem 'rspec-rails', '~> 2.5' |
| 22 | gem 'webmock', :require => false | 22 | gem 'webmock', :require => false |
| 23 | - gem 'ruby-debug19', :require => 'ruby-debug' | 23 | + #gem 'ruby-debug19', :require => 'ruby-debug' |
| 24 | end | 24 | end |
| 25 | 25 | ||
| 26 | group :test do | 26 | group :test do |
Gemfile.lock
| @@ -36,13 +36,11 @@ GEM | @@ -36,13 +36,11 @@ GEM | ||
| 36 | activesupport (= 3.0.5) | 36 | activesupport (= 3.0.5) |
| 37 | activesupport (3.0.5) | 37 | activesupport (3.0.5) |
| 38 | addressable (2.2.5) | 38 | addressable (2.2.5) |
| 39 | - archive-tar-minitar (0.5.2) | ||
| 40 | arel (2.0.9) | 39 | arel (2.0.9) |
| 41 | bcrypt-ruby (2.1.4) | 40 | bcrypt-ruby (2.1.4) |
| 42 | bson (1.3.1) | 41 | bson (1.3.1) |
| 43 | bson_ext (1.3.1) | 42 | bson_ext (1.3.1) |
| 44 | builder (2.1.2) | 43 | builder (2.1.2) |
| 45 | - columnize (0.3.4) | ||
| 46 | crack (0.1.8) | 44 | crack (0.1.8) |
| 47 | daemons (1.1.4) | 45 | daemons (1.1.4) |
| 48 | database_cleaner (0.6.7) | 46 | database_cleaner (0.6.7) |
| @@ -67,8 +65,6 @@ GEM | @@ -67,8 +65,6 @@ GEM | ||
| 67 | lighthouse-api (2.0) | 65 | lighthouse-api (2.0) |
| 68 | activeresource (>= 3.0.0) | 66 | activeresource (>= 3.0.0) |
| 69 | activesupport (>= 3.0.0) | 67 | activesupport (>= 3.0.0) |
| 70 | - linecache19 (0.5.12) | ||
| 71 | - ruby_core_source (>= 0.1.4) | ||
| 72 | mail (2.2.17) | 68 | mail (2.2.17) |
| 73 | activesupport (>= 2.3.6) | 69 | activesupport (>= 2.3.6) |
| 74 | i18n (>= 0.4.0) | 70 | i18n (>= 0.4.0) |
| @@ -127,19 +123,9 @@ GEM | @@ -127,19 +123,9 @@ GEM | ||
| 127 | activesupport (~> 3.0) | 123 | activesupport (~> 3.0) |
| 128 | railties (~> 3.0) | 124 | railties (~> 3.0) |
| 129 | rspec (~> 2.5.0) | 125 | rspec (~> 2.5.0) |
| 130 | - ruby-debug-base19 (0.11.25) | ||
| 131 | - columnize (>= 0.3.1) | ||
| 132 | - linecache19 (>= 0.5.11) | ||
| 133 | - ruby_core_source (>= 0.1.4) | ||
| 134 | - ruby-debug19 (0.11.6) | ||
| 135 | - columnize (>= 0.3.1) | ||
| 136 | - linecache19 (>= 0.5.11) | ||
| 137 | - ruby-debug-base19 (>= 0.11.19) | ||
| 138 | ruby-fogbugz (0.0.4) | 126 | ruby-fogbugz (0.0.4) |
| 139 | crack | 127 | crack |
| 140 | typhoeus | 128 | typhoeus |
| 141 | - ruby_core_source (0.1.5) | ||
| 142 | - archive-tar-minitar (>= 0.5.2) | ||
| 143 | thin (1.2.11) | 129 | thin (1.2.11) |
| 144 | daemons (>= 1.0.9) | 130 | daemons (>= 1.0.9) |
| 145 | eventmachine (>= 0.12.6) | 131 | eventmachine (>= 0.12.6) |
| @@ -178,7 +164,6 @@ DEPENDENCIES | @@ -178,7 +164,6 @@ DEPENDENCIES | ||
| 178 | redmine_client! | 164 | redmine_client! |
| 179 | rspec (~> 2.5) | 165 | rspec (~> 2.5) |
| 180 | rspec-rails (~> 2.5) | 166 | rspec-rails (~> 2.5) |
| 181 | - ruby-debug19 | ||
| 182 | ruby-fogbugz | 167 | ruby-fogbugz |
| 183 | thin | 168 | thin |
| 184 | useragent (~> 0.3.1) | 169 | useragent (~> 0.3.1) |