diff --git a/Gemfile b/Gemfile index 6f0cb36..80ce03e 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'turbolinks', '~> 5.2.1' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.10.0' # 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 diff --git a/Gemfile.lock b/Gemfile.lock index 76d0105..1345e7f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -195,7 +195,7 @@ GEM sprockets (> 3.0) sprockets-rails tilt - sdoc (1.0.0) + sdoc (1.1.0) rdoc (>= 5.0) simplecov (0.18.1) docile (~> 1.1) @@ -256,7 +256,7 @@ DEPENDENCIES rails-controller-testing rails-i18n (~> 6.0.0) sassc-rails (~> 2.1.2) - sdoc (~> 1.0.0) + sdoc (~> 1.1.0) sqlite3 (~> 1.4.1) turbolinks (~> 5.2.1) tzinfo-data