Skip to content

Commit

Permalink
Update activesupport to 7.1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyonj committed Jun 17, 2024
1 parent c15159b commit aa09a8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
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

0 comments on commit aa09a8a

Please sign in to comment.