We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ bundle show | grep mry * mry (0.48.1.1) $ bundle exec mry Usage: mry [options] [.rubocop.yml] -t, --target=TARGET_VERSION $ bundle exec mry .rubocop.yml bundler: failed to load command: mry (/Users/biow0lf/.rbenv/versions/2.4.1/bin/mry) NoMethodError: undefined method `>=' for nil:NilClass /Users/biow0lf/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/mry-0.48.1.1/lib/mry/runner.rb:16:in `block in run' /Users/biow0lf/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/mry-0.48.1.1/lib/mry/runner.rb:16:in `select' /Users/biow0lf/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/mry-0.48.1.1/lib/mry/runner.rb:16:in `run' /Users/biow0lf/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/mry-0.48.1.1/lib/mry/cli.rb:12:in `run' /Users/biow0lf/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/mry-0.48.1.1/exe/mry:5:in `<top (required)>' /Users/biow0lf/.rbenv/versions/2.4.1/bin/mry:22:in `load' /Users/biow0lf/.rbenv/versions/2.4.1/bin/mry:22:in `<top (required)>' $ bundle exec mry -t 0.48.1 .rubocop.yml $
The text was updated successfully, but these errors were encountered:
--target
Thanks for your bug report! I've fixed the bug in #8 , and released v0.48.1.2 . https://github.com/pocke/mry/releases/tag/v0.48.1.2
Sorry, something went wrong.
pocke
No branches or pull requests
The text was updated successfully, but these errors were encountered: