From 488977c0f40b9029c8ad1748a75c205a4ec0159e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 15:00:53 +0000 Subject: [PATCH] Bump sdoc from 2.2.0 to 2.3.0 Bumps [sdoc](https://github.com/zzak/sdoc) from 2.2.0 to 2.3.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) --- updated-dependencies: - dependency-name: sdoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 9a740af..a4ffcf9 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'turbolinks', '~> 5.2.1' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.11.3' # bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 2.2.0', group: :doc +gem 'sdoc', '~> 2.3.0', group: :doc gem 'web-console', '~> 4.2.0', group: :development gem 'listen', '~> 3.7.0', group: :development diff --git a/Gemfile.lock b/Gemfile.lock index d6f8042..e06c8b0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -211,7 +211,7 @@ GEM rb-fsevent (0.11.0) rb-inotify (0.10.1) ffi (~> 1.0) - rdoc (6.3.1) + rdoc (6.3.3) responders (3.0.1) actionpack (>= 5.0) railties (>= 5.0) @@ -225,8 +225,8 @@ GEM sprockets (> 3.0) sprockets-rails tilt - sdoc (2.2.0) - rdoc (>= 5.0) + sdoc (2.3.0) + rdoc (>= 5.0, < 6.4.0) sprockets (4.0.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -287,7 +287,7 @@ DEPENDENCIES rails-controller-testing rails-i18n (~> 6.0.0) sassc-rails (~> 2.1.2) - sdoc (~> 2.2.0) + sdoc (~> 2.3.0) sqlite3 (~> 1.4.1) turbolinks (~> 5.2.1) tzinfo-data