Skip to content

Commit

Permalink
Merge pull request RubyMoney#978 from RubyMoney/sec-update-1
Browse files Browse the repository at this point in the history
update kramdown
  • Loading branch information
semmons99 authored Mar 6, 2021
2 parents b80c2df + 4d78720 commit 61c8de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion money.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rake"
s.add_development_dependency "rspec", "~> 3.4"
s.add_development_dependency "yard", "~> 0.9.11"
s.add_development_dependency "kramdown", "~> 1.1"
s.add_development_dependency "kramdown", "~> 2.3"

s.files = `git ls-files -z -- config/* lib/* CHANGELOG.md LICENSE money.gemspec README.md`.split("\x0")
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
Expand Down

0 comments on commit 61c8de9

Please sign in to comment.