Skip to content

Commit 774cc18

Browse files
authored
Merge pull request #47 from patrickdavey/bump_activesupport
bump activesupport version
2 parents b1ecb05 + f0531d0 commit 774cc18

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.9.2 [02 April 2023]
2+
Just bump activesupport version for security advisories
3+
14
## 0.9.1 [02 April 2023]
25
Bugfix that both pygments and dark_pygments placeholers were required.
36

lib/vimwiki_markdown/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module VimwikiMarkdown
2-
VERSION = "0.9.1"
2+
VERSION = "0.9.2".freeze
33
end

vimwiki_markdown.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)