diff options
author | Zachary Scott <mail@zzak.io> | 2016-10-07 18:42:22 +0900 |
---|---|---|
committer | Zachary Scott <mail@zzak.io> | 2016-10-07 18:42:22 +0900 |
commit | 91efc4fc0bcdf6cd88a6ab12a8ca35e0471eebc7 (patch) | |
tree | 3f49e1dee18e61d2438d21fc8e293f1f8262edc4 /Gemfile | |
parent | 3127e99d6e0d89149dca5c4815474b69012a86b7 (diff) | |
download | rails-91efc4fc0bcdf6cd88a6ab12a8ca35e0471eebc7.tar.gz rails-91efc4fc0bcdf6cd88a6ab12a8ca35e0471eebc7.tar.bz2 rails-91efc4fc0bcdf6cd88a6ab12a8ca35e0471eebc7.zip |
Bump sdoc to 1.0.0.beta1 which includes fix to support Ruby 2.4
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.beta1" gem "redcarpet", "~> 3.2.3", platforms: :ruby gem "w3c_validators" gem "kindlerb", "0.1.1" |