Skip to content

Commit

Permalink
Merge pull request #46372 from code-dot-org/remove-sdoc
Browse files Browse the repository at this point in the history
Remove Unused `sdoc` Dependency
  • Loading branch information
Hamms committed May 17, 2022
2 parents 4c19761 + 95659a8 commit d9d07d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,6 @@ group :development, :test do
gem 'pdf-reader', require: false
end

group :doc do
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', require: false
end

# Needed for unit testing, and also for /rails/mailers email previews.
gem 'factory_girl_rails', group: [:development, :staging, :test, :adhoc]

Expand Down
6 changes: 0 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -715,8 +715,6 @@ GEM
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rdoc (4.2.2)
json (~> 1.4)
recaptcha (4.6.3)
json
redcarpet (3.3.4)
Expand Down Expand Up @@ -799,9 +797,6 @@ GEM
scss_lint (0.49.0)
rake (>= 0.9, < 12)
sass (~> 3.4.20)
sdoc (0.4.1)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
selenium-webdriver (3.141.0)
childprocess (~> 0.5)
rubyzip (~> 1.2, >= 1.2.2)
Expand Down Expand Up @@ -1062,7 +1057,6 @@ DEPENDENCIES
scenic
scenic-mysql_adapter
scss_lint
sdoc
selenium-webdriver (= 3.141.0)
sequel
shotgun
Expand Down

0 comments on commit d9d07d9

Please sign in to comment.