diff --git a/Gemfile b/Gemfile index 3accab14..d26756da 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index 513bf84e..f263bdff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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)