Skip to content

Commit

Permalink
Revert "Update .ruby-version to what is running in production"
Browse files Browse the repository at this point in the history
rubocop looks at the .ruby-version file to find out which ruby version
to target when linting files.

We use rubocop 0.49.1 which does not have support for ruby 2.5 yet. We
would first need rubocop 0.52.0 to bring in:
rubocop/rubocop#5101

When the file got updated, rubocop has not been run by CI since
rake_modules/taskgen.rb does not consider a change to .ruby-version to
be sufficient to run it.  But that breaks any future changes touching a
ruby file.

This reverts commit 037adb5.

Bug: T250538
Change-Id: If45d94da22e8e8d898ba6bd9d73a3be8ea244812
  • Loading branch information
hashar authored and jayme-github committed Apr 27, 2020
1 parent 9ee8ff5 commit 46122e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.5.5
2.3.3

0 comments on commit 46122e0

Please sign in to comment.