Commit d2276ff3125371e0aee4a0e71df140e646b9b831

Authored by Nick Recobra
1 parent e5e6ce94
Exists in master and in 1 other branch production

ruby-debug19 dependency removed.

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