Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
luizfonseca authored Mar 19, 2020
1 parent 0123212 commit 1e9639a
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.79.0
gem install rubocop -v 0.80.1
gem install rubocop-performance -v 1.5.2
gem install rubocop-rails -v 2.4.1
gem install rubocop-rails -v 2.4.2

ruby /action/lib/index.rb

0 comments on commit 1e9639a

Please sign in to comment.