Skip to content

Commit

Permalink
chore(deps-dev): bump redcarpet from 3.5.1 to 3.6.0 (#74) (#77)
Browse files Browse the repository at this point in the history
Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.5.1 to 3.6.0.
- [Release notes](https://github.com/vmg/redcarpet/releases)
- [Changelog](https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md)
- [Commits](vmg/redcarpet@v3.5.1...v3.6.0)

---
updated-dependencies:
- dependency-name: redcarpet
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
drstrangelooker and dependabot[bot] authored Aug 28, 2024
1 parent eb34ade commit 38babda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

group :development do
gem 'awesome_print', '~>1.9.2', :require => 'ap'
gem 'redcarpet', '~>3.5.1', :platforms => :ruby
gem 'redcarpet', '~>3.6.0', :platforms => :ruby
end

group :development, :test do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GEM
rack-test (2.1.0)
rack (>= 1.3)
rake (13.2.1)
redcarpet (3.5.1)
redcarpet (3.6.0)
rexml (3.3.6)
strscan
ruby2_keywords (0.0.5)
Expand Down Expand Up @@ -71,7 +71,7 @@ DEPENDENCIES
rack (~> 2.2.8)
rack-test (~> 2)
rake (~> 13.2.1)
redcarpet (~> 3.5.1)
redcarpet (~> 3.6.0)
simplecov (~> 0.22.0)

BUNDLED WITH
Expand Down

0 comments on commit 38babda

Please sign in to comment.