aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2019-07-22 14:58:00 +0200
committerHans de Graaff <graaff@gentoo.org>2019-07-22 14:58:00 +0200
commit6b501aa6f144bca99a089fd09331618793950fd6 (patch)
tree2862615b49e891ae61c14826ebc7af8177700a11
parentRemove unused git dependency (diff)
downloadpackages-5-6b501aa6f144bca99a089fd09331618793950fd6.tar.gz
packages-5-6b501aa6f144bca99a089fd09331618793950fd6.tar.bz2
packages-5-6b501aa6f144bca99a089fd09331618793950fd6.zip
Update sdoc to a more modern version
sdoc 1.x supports rdoc 5.x and newer. Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock10
2 files changed, 5 insertions, 7 deletions
diff --git a/Gemfile b/Gemfile
index f8029c3..0b1366f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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', group: :doc
# packages stuff
gem 'elasticsearch-rails', '~> 5.0'
diff --git a/Gemfile.lock b/Gemfile.lock
index 23646b1..201a209 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -92,7 +92,6 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
- json (1.8.6)
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
@@ -144,7 +143,7 @@ GEM
rb-inotify (0.10.0)
ffi (~> 1.0)
rdiscount (2.2.0.1)
- rdoc (4.3.0)
+ rdoc (6.1.1)
redis (4.1.2)
sass (3.7.4)
sass-listen (~> 4.0.0)
@@ -157,9 +156,8 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
- sdoc (0.4.2)
- json (~> 1.7, >= 1.7.7)
- rdoc (~> 4.0)
+ sdoc (1.0.0)
+ rdoc (>= 5.0)
sidekiq (5.2.7)
connection_pool (~> 2.2, >= 2.2.2)
rack (>= 1.5.0)
@@ -212,7 +210,7 @@ DEPENDENCIES
rails (= 4.2.11.1)
rdiscount
sass-rails (~> 5.0)
- sdoc (~> 0.4.0)
+ sdoc (~> 1.0)
sidekiq
spring
thin