From 0ea2f9a98c3d9557eb83430b366b6818b4d278b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 06:12:03 +0000 Subject: [PATCH] Bump sdoc from 2.1.0 to 2.2.0 Bumps [sdoc](https://github.com/zzak/sdoc) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/zzak/sdoc/releases) - [Changelog](https://github.com/zzak/sdoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/zzak/sdoc/commits) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 56bd1b9..ff8b16c 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ gem 'turbolinks' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.9' # bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 2.1.0', group: :doc +gem 'sdoc', '~> 2.2.0', group: :doc # Use ActiveModel has_secure_password # gem 'bcrypt', '~> 3.1.7' diff --git a/Gemfile.lock b/Gemfile.lock index 7107b64..5d592be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -420,7 +420,7 @@ GEM sprockets (> 3.0) sprockets-rails tilt - sdoc (2.1.0) + sdoc (2.2.0) rdoc (>= 5.0) shellany (0.0.1) simplecov (0.21.2) @@ -538,7 +538,7 @@ DEPENDENCIES rspec-rails rubydora (~> 1.8.0) sass-rails (~> 6.0.0) - sdoc (~> 2.1.0) + sdoc (~> 2.2.0) simplecov solrizer (~> 3.4.1) sqlite3 (~> 1.3, < 1.4)