8000 fix term-ansicolor version to prevent warnings spam on rake test:scan… · tricknotes/coderay@9af5356 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9af5356

Browse files
committed
fix term-ansicolor version to prevent warnings spam on rake test:scanners (rubychan#128)
1 parent a56bf43 commit 9af5356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source :rubygems
1+
source 'https://rubygems.org'
22

33
# Specify your gem's dependencies in coderay.gemspec
44
gemspec
@@ -9,7 +9,7 @@ group :development do
99
gem "bundler", ">= 1.0.0"
1010
gem "rake"
1111
gem "RedCloth", RUBY_PLATFORM == 'java' ? ">= 4.2.7" : ">= 4.0.3"
12-
gem "term-ansicolor"
12+
gem "term-ansicolor", '= 1.1.1'
1313
gem "shoulda-context", "~> 1.0.0"
1414
gem "json" if RUBY_VERSION < '1.9'
1515
gem "rdoc"

0 commit comments

Comments
 (0)
0