aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2018-02-07 11:20:30 +1030
committerGitHub <noreply@github.com>2018-02-07 11:20:30 +1030
commit8c4f9a61d6d2cc776e132070ca62291dca6eba78 (patch)
tree00221abd4c1e65e50fd338854c3ce1f6c3faac2c /Gemfile
parentd57c52a385eb57c6ce8c6d124ab5e186f931d142 (diff)
parent38d2b473c21b00c720a1ba81f2e28653891bd737 (diff)
downloadrails-8c4f9a61d6d2cc776e132070ca62291dca6eba78.tar.gz
rails-8c4f9a61d6d2cc776e132070ca62291dca6eba78.tar.bz2
rails-8c4f9a61d6d2cc776e132070ca62291dca6eba78.zip
Merge pull request #31912 from robin850/upgrade-sdoc-1-0
Refer to a stable release of SDoc
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b1d59ec077..8c5f31ef99 100644
--- a/Gemfile
+++ b/Gemfile
@@ -42,7 +42,7 @@ gem "rb-inotify", github: "matthewd/rb-inotify", branch: "close-handling", requi
gem "stopgap_13632", platforms: :mri if RUBY_VERSION == "2.2.8"
group :doc do
- gem "sdoc", github: "robin850/sdoc", branch: "upgrade"
+ gem "sdoc", "~> 1.0"
gem "redcarpet", "~> 3.2.3", platforms: :ruby
gem "w3c_validators"
gem "kindlerb", "~> 1.2.0"