Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Bump sdoc from 2.1.0 to 2.2.0 #452

Open
wants to merge 1 commit into
base: qa
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down