Skip to content

Commit

Permalink
Merge pull request #1816 from github/jk-update-activesupport
Browse files Browse the repository at this point in the history
Update activesupport to 7.1.3.4
  • Loading branch information
kenyonj authored Jun 17, 2024
2 parents c15159b + 26b77f5 commit 2c4e963
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ Gemfile.lock
.buildpath
*~
vendor/
.DS_Store
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 5.0.1 - 2024-06-17
* Bump activesupport from 4.0 to 7.1.3.4

## 5.0.0 - 2024-06-17
* Drop support for Ruby versions < 3
* Bump nokogiri from 1.8.1 to 1.16.5
Expand Down
2 changes: 1 addition & 1 deletion github-markup.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.require_paths = %w[lib]

s.add_development_dependency 'rake', '~> 12'
s.add_development_dependency 'activesupport', '~> 4.0'
s.add_development_dependency 'activesupport', '~> 7.1.3.4'
s.add_development_dependency 'minitest', '~> 5.4', '>= 5.4.3'
s.add_development_dependency 'html-pipeline', '~> 1.0'
s.add_development_dependency 'sanitize', '>= 4.6.3'
Expand Down
2 changes: 1 addition & 1 deletion lib/github-markup.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module GitHub
module Markup
VERSION = '5.0.0'
VERSION = '5.0.1'
Version = VERSION
end
end

0 comments on commit 2c4e963

Please sign in to comment.