File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 0.9.2 [ 02 April 2023]
2+ Just bump activesupport version for security advisories
3+
14## 0.9.1 [ 02 April 2023]
25Bugfix that both pygments and dark_pygments placeholers were required.
36
Original file line number Diff line number Diff line change 11module VimwikiMarkdown
2- VERSION = "0.9.1"
2+ VERSION = "0.9.2" . freeze
33end
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
2828 spec . add_development_dependency "rubocop"
2929 spec . add_development_dependency "solargraph"
3030
31- spec . add_runtime_dependency "activesupport" , "~> 4 .1"
31+ spec . add_runtime_dependency "activesupport" , "~> 6 .1"
3232 spec . add_runtime_dependency "commonmarker" , "~> 0.23.4"
3333 spec . add_runtime_dependency "escape_utils" , "~> 1.2"
3434 spec . add_runtime_dependency "github-markup" , "~> 3.0"
You can’t perform that action at this time.
0 commit comments