1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 08:46:41 +01:00

Bump sdoc from 1.0.0 to 1.1.0

Bumps [sdoc](https://github.com/zzak/sdoc) from 1.0.0 to 1.1.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/compare/v1.0.0...v1.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-03-16 07:21:22 +00:00 committed by GitHub
parent a9a7c494c4
commit 65863ee569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ gem 'turbolinks', '~> 5.2.1'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.10.0' gem 'jbuilder', '~> 2.10.0'
# bundle exec rake doc:rails generates the API under doc/api. # bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 1.0.0', group: :doc gem 'sdoc', '~> 1.1.0', group: :doc
gem 'web-console', '~> 4.0.1', group: :development gem 'web-console', '~> 4.0.1', group: :development

View File

@ -195,7 +195,7 @@ GEM
sprockets (> 3.0) sprockets (> 3.0)
sprockets-rails sprockets-rails
tilt tilt
sdoc (1.0.0) sdoc (1.1.0)
rdoc (>= 5.0) rdoc (>= 5.0)
simplecov (0.18.1) simplecov (0.18.1)
docile (~> 1.1) docile (~> 1.1)
@ -256,7 +256,7 @@ DEPENDENCIES
rails-controller-testing rails-controller-testing
rails-i18n (~> 6.0.0) rails-i18n (~> 6.0.0)
sassc-rails (~> 2.1.2) sassc-rails (~> 2.1.2)
sdoc (~> 1.0.0) sdoc (~> 1.1.0)
sqlite3 (~> 1.4.1) sqlite3 (~> 1.4.1)
turbolinks (~> 5.2.1) turbolinks (~> 5.2.1)
tzinfo-data tzinfo-data