AndrewRadev / vimrunner

Control a vim instance through ruby code
MIT License
238 stars 13 forks source link

Relax RSpec dependency to fix CI build #46

Closed mudge closed 7 years ago

mudge commented 7 years ago

As we don't specify a version of Rake, builds are now breaking due to the removal of last_comment in Rake 11 and its usage in our outdated version of RSpec.

We could fix this by specifying a version constraint for all development dependencies but we can also relax our constraint on RSpec so that we pull in a more recent version without this bug.