Skip to content

Commit ca883f3

Browse files
committed
add source :rubygems back to Gemfile
1 parent b4a9e6d commit ca883f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

+3
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

@@ -10,4 +12,5 @@ group :development do
1012
gem "term-ansicolor"
1113
gem "shoulda-context", "~> 1.0.0"
1214
gem "json" if RUBY_VERSION < '1.9'
15+
gem "rdoc"
1316
end

0 commit comments

Comments
 (0)