Skip to content

Commit

Permalink
Update gems
Browse files Browse the repository at this point in the history
Update Rubocop gem versions
  • Loading branch information
luizfonseca authored Jan 9, 2020
1 parent c31c1ba commit 0123212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -e

gem install rubocop -v 0.68.1
gem install rubocop-performance -v 1.3.0
gem install rubocop -v 0.79.0
gem install rubocop-performance -v 1.5.2
gem install rubocop-rails -v 2.4.1

ruby /action/lib/index.rb

0 comments on commit 0123212

Please sign in to comment.