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
+
1
4
## 0.9.1 [ 02 April 2023]
2
5
Bugfix that both pygments and dark_pygments placeholers were required.
3
6
Original file line number Diff line number Diff line change 1
1
module VimwikiMarkdown
2
- VERSION = "0.9.1"
2
+ VERSION = "0.9.2" . freeze
3
3
end
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
28
28
spec . add_development_dependency "rubocop"
29
29
spec . add_development_dependency "solargraph"
30
30
31
- spec . add_runtime_dependency "activesupport" , "~> 4 .1"
31
+ spec . add_runtime_dependency "activesupport" , "~> 6 .1"
32
32
spec . add_runtime_dependency "commonmarker" , "~> 0.23.4"
33
33
spec . add_runtime_dependency "escape_utils" , "~> 1.2"
34
34
spec . add_runtime_dependency "github-markup" , "~> 3.0"
You can’t perform that action at this time.
0 commit comments