Skip to content

Commit

Permalink
Merge pull request #47 from patrickdavey/bump_activesupport
Browse files Browse the repository at this point in the history
bump activesupport version
  • Loading branch information
patrickdavey authored Mar 7, 2024
2 parents b1ecb05 + f0531d0 commit 774cc18
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.9.2 [02 April 2023]
Just bump activesupport version for security advisories

## 0.9.1 [02 April 2023]
Bugfix that both pygments and dark_pygments placeholers were required.

Expand Down
2 changes: 1 addition & 1 deletion lib/vimwiki_markdown/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module VimwikiMarkdown
VERSION = "0.9.1"
VERSION = "0.9.2".freeze
end
2 changes: 1 addition & 1 deletion vimwiki_markdown.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rubocop"
spec.add_development_dependency "solargraph"

spec.add_runtime_dependency "activesupport", "~> 4.1"
spec.add_runtime_dependency "activesupport", "~> 6.1"
spec.add_runtime_dependency "commonmarker", "~> 0.23.4"
spec.add_runtime_dependency "escape_utils", "~> 1.2"
spec.add_runtime_dependency "github-markup", "~> 3.0"
Expand Down

0 comments on commit 774cc18

Please sign in to comment.