Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. $bundle exec rubocop -v
  2.  
  3. warning: parser/current is loading parser/ruby22, which recognizes
  4. warning: 2.2.x-compliant syntax, but you are running 2.3.1.
  5. warning: please see https://github.com/whitequark/parser#compatibility-with-ruby-mri.
  6. 0.35.1
  7.  
  8. $rubocop -v
  9.  
  10. 0.46.0
  11.  
  12. $which rubocop
  13.  
  14. /usr/local/bin/rubocop
  15.  
  16.  
  17. $bundle exec which rubocop
  18.  
  19. /usr/local/bin/rubocop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement