aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-10-07 15:32:09 -0400
committerGitHub <noreply@github.com>2016-10-07 15:32:09 -0400
commitfb4dc3224508ba55320ecc61bf7da5f1282d6873 (patch)
treedc8b8fc2b9669a56f92257608246ab9cdc08daef
parent9bd6499b5a5ba5f4e5c852a35fc81ae8f687d656 (diff)
parentdb85fa1db454d7524097f733584a557429de5467 (diff)
downloadrails-fb4dc3224508ba55320ecc61bf7da5f1282d6873.tar.gz
rails-fb4dc3224508ba55320ecc61bf7da5f1282d6873.tar.bz2
rails-fb4dc3224508ba55320ecc61bf7da5f1282d6873.zip
Merge pull request #26729 from rails/bump-sdoc
Bump sdoc to 1.0.0.beta2 which includes fix to support Ruby 2.4
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock12
2 files changed, 6 insertions, 8 deletions
diff --git a/Gemfile b/Gemfile
index 6df626828c..53044252a0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -36,7 +36,7 @@ gem "sass", github: "sass/sass", branch: "stable", require: false
gem "rb-inotify", github: "matthewd/rb-inotify", branch: "close-handling", require: false
group :doc do
- gem "sdoc", "~> 0.4.0"
+ gem "sdoc", "1.0.0.beta2"
gem "redcarpet", "~> 3.2.3", platforms: :ruby
gem "w3c_validators"
gem "kindlerb", "0.1.1"
diff --git a/Gemfile.lock b/Gemfile.lock
index 0d70b24b5c..d4059c607d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -210,7 +210,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
- json (1.8.3)
+ json (2.0.2)
kindlerb (0.1.1)
mustache
nokogiri
@@ -276,8 +276,7 @@ GEM
loofah (~> 2.0)
rake (11.3.0)
rb-fsevent (0.9.7)
- rdoc (4.2.2)
- json (~> 1.4)
+ rdoc (5.0.0.beta2)
redcarpet (3.2.3)
redis (3.3.1)
redis-namespace (1.5.2)
@@ -296,9 +295,8 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
- sdoc (0.4.1)
- json (~> 1.7, >= 1.7.7)
- rdoc (~> 4.0)
+ sdoc (1.0.0.beta2)
+ rdoc (= 5.0.0.beta2)
selenium-webdriver (2.53.4)
childprocess (~> 0.5)
rubyzip (~> 1.0)
@@ -408,7 +406,7 @@ DEPENDENCIES
resque-scheduler
sass!
sass-rails
- sdoc (~> 0.4.0)
+ sdoc (= 1.0.0.beta2)
sequel
sidekiq
sneakers