diff options
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 10 |
2 files changed, 5 insertions, 7 deletions
@@ -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 |