1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Use rdoc 5.1 for ruby 2.1 on CI

`rdoc 6.0` requires ruby version >= `2.2.2`
This commit is contained in:
Leonardo Tegon 2017-12-29 16:09:51 -02:00
parent 9843cb27dc
commit f016e823cd
No known key found for this signature in database
GPG key ID: 5B6E037E53922ECF
4 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ gemspec path: ".."
gem "rails", github: "rails/rails", branch: "4-1-stable"
gem "omniauth"
gem "omniauth-oauth2"
gem "rdoc"
gem "rdoc", "~> 5.1"
group :test do
gem "omniauth-facebook"

View file

@ -162,7 +162,7 @@ DEPENDENCIES
omniauth-oauth2
omniauth-openid
rails!
rdoc
rdoc (~> 5.1)
sqlite3
test_after_commit
webrat (= 0.7.3)

View file

@ -7,7 +7,7 @@ gemspec path: ".."
gem "rails", github: "rails/rails", branch: "4-2-stable"
gem "omniauth"
gem "omniauth-oauth2"
gem "rdoc"
gem "rdoc", "~> 5.1"
group :test do
gem "omniauth-facebook"

View file

@ -183,7 +183,7 @@ DEPENDENCIES
omniauth-oauth2
omniauth-openid
rails!
rdoc
rdoc (~> 5.1)
sqlite3
test_after_commit
webrat (= 0.7.3)