Skip to content

Commit 305e825

Browse files
committed
Merge branch 'master' into sass-scanner
2 parents 46a9475 + d71b774 commit 305e825

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ spec/reports
55
doc
66
Gemfile.lock
77
.rvmrc
8+
.ruby-gemset
9+
.ruby-version
810
test/executable/source.rb.html
911
test/executable/source.rb.json
1012
test/scanners

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
source :rubygems
2+
13
# Specify your gem's dependencies in coderay.gemspec
24
gemspec
35

@@ -9,6 +11,6 @@ group :development do
911
gem "RedCloth", RUBY_PLATFORM == 'java' ? ">= 4.2.7" : ">= 4.0.3"
1012
gem "term-ansicolor"
1113
gem "shoulda-context", "~> 1.0.0"
12-
gem "json" if RUBY_VERSION < '1.9'
14+
gem "json" if RUBY_VERSION < '1.9'
1315
gem "rdoc"
1416
end

0 commit comments

Comments
 (0)