davetron5000 / gli

Make awesome command-line applications the easy way
http://davetron5000.github.io/gli
Apache License 2.0
1.26k stars 102 forks source link

Updated development dependencies. #277

Closed dblock closed 6 years ago

dblock commented 6 years ago

Updating aruba and some other dependencies to get rid of this:

DEPRECATION: Using `should` from rspec-expectations' old `:should` syntax without explicitly enabling the syntax is deprecated. Use the new `:expect` syntax or explicitly enable `:should` with `config.expect_with(:rspec) { |c| c.syntax = :should }` instead. Called from /Users/dblock/.rvm/gems/ruby-2.4.2/gems/aruba-0.5.1/lib/aruba/api.rb:239:in `assert_exit_status'.

This isn't the latest version of Aruba, which causes some new problems.

Related: https://stackoverflow.com/questions/28298665/aruba-not-working-with-rspec-3

On top of #276

davetron5000 commented 6 years ago

Released as gli 2.17.2. Thanks again!