Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

[Snyk] Security upgrade sdoc from 0.4.1 to 1.0.0 #31

Open
wants to merge 1 commit into
base: master
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 @@ -20,7 +20,7 @@ gem 'turbolinks'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.0'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc
gem 'sdoc', '~> 1.0.0', group: :doc

gem 'rails_12factor', group: :production
gem 'puma'
Expand Down
13 changes: 6 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ GEM
rails-dom-testing (~> 1.0)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.2)
json (1.8.6)
loofah (2.0.1)
nokogiri (>= 1.5.9)
mail (2.6.3)
Expand Down Expand Up @@ -108,17 +108,16 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.4.2)
rdoc (4.2.0)
rdoc (6.3.1)
sass (3.4.13)
sass-rails (5.0.3)
railties (>= 4.0.0, < 5.0)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (~> 1.1)
sdoc (0.4.1)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
sdoc (1.0.0)
rdoc (>= 5.0)
spring (1.3.4)
sprockets (2.12.3)
hike (~> 1.2)
Expand Down Expand Up @@ -153,10 +152,10 @@ DEPENDENCIES
rails (~> 4.2.1)
rails_12factor
sass-rails (~> 5.0)
sdoc (~> 0.4.0)
sdoc (~> 1.0.0)
spring
turbolinks
uglifier (>= 1.3.0)

BUNDLED WITH
1.10.6
1.17.3