Skip to content

Commit 58978bb

Browse files
committed
Removing ruby-debuger19 - it's conflicting with Heroku...
1 parent a1286d1 commit 58978bb

File tree

3 files changed

+4
-20
lines changed

3 files changed

+4
-20
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
## 0.1.1 (Jun 21, 2011)
2+
3+
- Added spec dir for setting up a better testing environment.
4+
15
## 0.1.0 (Jun 21, 2011)
26

37
- Updated readme, to many grammar error :/
48
- `type.eql?("Convert 2 SCSS")`
59
Stupid mistake, now it can convert properly to scss
610
- added VERSION and CHANGELOG
7-
8-
## 0.1.1 (Jun 21, 2011)
9-
10-
- Added spec dir for setting up a better testing environment.

Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ group :development, :test do
1818
gem 'rspec-instafail'
1919
gem 'rack-test'
2020
gem 'awesome_print'
21-
gem 'ruby-debug19'
2221
gem 'libnotify'
2322
gem 'guard-rspec'
2423
gem 'guard-bundler'

Gemfile.lock

-15
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
archive-tar-minitar (0.5.2)
54
awesome_print (0.4.0)
65
builder (3.0.0)
7-
columnize (0.3.3)
86
configuration (1.3.1)
97
diff-lcs (1.1.2)
108
erubis (2.7.0)
@@ -27,8 +25,6 @@ GEM
2725
configuration (>= 0.0.5)
2826
rake (>= 0.8.1)
2927
libnotify (0.5.6)
30-
linecache19 (0.5.12)
31-
ruby_core_source (>= 0.1.4)
3228
mime-types (1.16)
3329
nokogiri (1.4.6)
3430
rack (1.3.0)
@@ -50,16 +46,6 @@ GEM
5046
diff-lcs (~> 1.1.2)
5147
rspec-instafail (0.1.8)
5248
rspec-mocks (2.6.0)
53-
ruby-debug-base19 (0.11.25)
54-
columnize (>= 0.3.1)
55-
linecache19 (>= 0.5.11)
56-
ruby_core_source (>= 0.1.4)
57-
ruby-debug19 (0.11.6)
58-
columnize (>= 0.3.1)
59-
linecache19 (>= 0.5.11)
60-
ruby-debug-base19 (>= 0.11.19)
61-
ruby_core_source (0.1.5)
62-
archive-tar-minitar (>= 0.5.2)
6349
ruby_parser (2.0.6)
6450
sexp_processor (~> 3.0)
6551
sass (3.1.3)
@@ -100,7 +86,6 @@ DEPENDENCIES
10086
rspec
10187
rspec-core
10288
rspec-instafail
103-
ruby-debug19
10489
ruby_parser
10590
sass
10691
shotgun

0 commit comments

Comments
 (0)