diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2018-02-06 19:49:15 +0100 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2018-02-06 19:49:15 +0100 |
commit | 38d2b473c21b00c720a1ba81f2e28653891bd737 (patch) | |
tree | 00221abd4c1e65e50fd338854c3ce1f6c3faac2c /Gemfile | |
parent | d57c52a385eb57c6ce8c6d124ab5e186f931d142 (diff) | |
download | rails-38d2b473c21b00c720a1ba81f2e28653891bd737.tar.gz rails-38d2b473c21b00c720a1ba81f2e28653891bd737.tar.bz2 rails-38d2b473c21b00c720a1ba81f2e28653891bd737.zip |
Refer to a stable release of SDoc
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |