mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
bundle update rdoc --full-index
https://travis-ci.org/thoughtbot/shoulda-matchers/jobs/480947967 ``` Downloading rdoc-4.2.0 revealed dependencies not in the API or the lockfile (json (~> 1.4)). Either installing with `--full-index` or running `bundle update rdoc` should fix the problem. ```
This commit is contained in:
parent
6dd7c7eb04
commit
86fab891b5
4 changed files with 4 additions and 4 deletions
|
@ -116,7 +116,7 @@ GEM
|
|||
rake (>= 0.8.7)
|
||||
thor (>= 0.18.1, < 2.0)
|
||||
rake (10.5.0)
|
||||
rdoc (4.2.0)
|
||||
rdoc (4.3.0)
|
||||
redcarpet (3.3.2)
|
||||
rspec (3.4.0)
|
||||
rspec-core (~> 3.4.0)
|
||||
|
|
|
@ -118,7 +118,7 @@ GEM
|
|||
rake (>= 0.8.7)
|
||||
thor (>= 0.18.1, < 2.0)
|
||||
rake (10.5.0)
|
||||
rdoc (4.2.0)
|
||||
rdoc (4.3.0)
|
||||
redcarpet (3.3.2)
|
||||
rspec (3.4.0)
|
||||
rspec-core (~> 3.4.0)
|
||||
|
|
|
@ -114,7 +114,7 @@ GEM
|
|||
rake (>= 0.8.7)
|
||||
thor (>= 0.18.1, < 2.0)
|
||||
rake (10.5.0)
|
||||
rdoc (4.2.0)
|
||||
rdoc (4.3.0)
|
||||
redcarpet (3.3.2)
|
||||
rspec (3.4.0)
|
||||
rspec-core (~> 3.4.0)
|
||||
|
|
|
@ -139,7 +139,7 @@ GEM
|
|||
rake (>= 0.8.7)
|
||||
thor (>= 0.18.1, < 2.0)
|
||||
rake (10.5.0)
|
||||
rdoc (4.2.0)
|
||||
rdoc (4.3.0)
|
||||
redcarpet (3.3.2)
|
||||
rspec (3.4.0)
|
||||
rspec-core (~> 3.4.0)
|
||||
|
|
Loading…
Reference in a new issue