Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump commonmarker from 0.20.1 to 0.23.9 #323

Merged
merged 2 commits into from
Jul 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem 'bootsnap', '>= 1.1.0', require: false
gem 'redis', '~> 4.1', '>= 4.1.0'
gem 'storyblok', '~> 2.0.5'
gem 'shallow_attributes', '~> 0.9.4'
gem 'commonmarker', '~> 0.20'
gem 'commonmarker', '~> 0.23'
gem 'twitter_cldr', '~> 4.4', '>= 4.4.3'
gem 'jwt', '~> 2.1.0'
gem 'turbolinks', '~> 5.2'
Expand Down
11 changes: 4 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,8 @@ GEM
activesupport
cldr-plurals-runtime-rb (1.0.1)
coderay (1.1.2)
commonmarker (0.20.1)
ruby-enum (~> 0.5)
concurrent-ruby (1.1.6)
commonmarker (0.23.9)
concurrent-ruby (1.2.2)
connection_pool (2.2.2)
crass (1.0.6)
css_parser (1.7.0)
Expand Down Expand Up @@ -126,7 +125,7 @@ GEM
domain_name (~> 0.5)
http-form_data (2.1.1)
http_parser.rb (0.6.0)
i18n (1.8.2)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.3.1)
jsonapi-renderer (0.2.2)
Expand Down Expand Up @@ -261,8 +260,6 @@ GEM
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
ruby-enum (0.7.2)
i18n
ruby-progressbar (1.13.0)
ruby_dep (1.5.0)
semantic_range (2.3.0)
Expand Down Expand Up @@ -338,7 +335,7 @@ DEPENDENCIES
bootstrap_form (~> 4.2)
brakeman
byebug
commonmarker (~> 0.20)
commonmarker (~> 0.23)
default_value_for (~> 3.1)
dotenv-rails (~> 2.5)
erb_lint (~> 0.1.3)
Expand Down
Loading