-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The current version of Ruby, 2.3.1, is "In security maintenance phase (will EOL soon!)", so upgrade to the newest available stable version of Ruby. I had to update Webmock as well because the version we were on is incompatible with Ruby >= 2.4 [1] The change in `bin/build_summaries.rb` was prompted by a new Rubocop warning when I switched the target version to 2.5. [1]: bblimke/webmock#683
- Loading branch information
1 parent
1e4d295
commit 606e2ed
Showing
6 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
AllCops: | ||
DisplayCopNames: true | ||
TargetRubyVersion: 2.3 | ||
TargetRubyVersion: 2.5 | ||
|
||
Metrics/LineLength: | ||
Max: 120 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ script: | |
- bundle exec rake | ||
sudo: false | ||
rvm: | ||
- 2.3.1 | ||
- 2.5.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters