Skip to content

Commit

Permalink
build(deps): Bump commonmarker from 0.23.10 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.10 to 1.1.0.
- [Release notes](https://github.com/gjtorikian/commonmarker/releases)
- [Changelog](https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md)
- [Commits](gjtorikian/commonmarker@v0.23.10...v1.1.0)

---
updated-dependencies:
- dependency-name: commonmarker
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2024
1 parent 7b89bd9 commit 0683479
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gem 'bugsnag'
gem 'jwt'
gem 'oj'
gem 'yard', require: false
gem 'commonmarker', '0.23.10'
gem 'commonmarker', '1.1.0'
gem 'pg'
gem 'rexml'
gem 'omniauth-rails_csrf_protection'
Expand Down
9 changes: 7 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,11 @@ GEM
builder (3.2.4)
chronic_duration (0.10.6)
numerizer (~> 0.1.1)
commonmarker (0.23.10)
commonmarker (1.1.0)
rb_sys (~> 0.9)
commonmarker (1.1.0-arm64-darwin)
commonmarker (1.1.0-x86_64-darwin)
commonmarker (1.1.0-x86_64-linux)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crack (1.0.0)
Expand Down Expand Up @@ -330,6 +334,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rb_sys (0.9.97)
rdoc (6.6.3.1)
psych (>= 4.0.0)
redis (5.2.0)
Expand Down Expand Up @@ -434,7 +439,7 @@ DEPENDENCIES
bootstrap (= 4.6.2)
brakeman
bugsnag
commonmarker (= 0.23.10)
commonmarker (= 1.1.0)
dotenv-rails
factory_bot
faraday
Expand Down

0 comments on commit 0683479

Please sign in to comment.