Skip to content

Commit

Permalink
Remove .ruby-version file
Browse files Browse the repository at this point in the history
The HTTP.rb codebase runs just as well on other Ruby versions, it's not
necessary to use 2.4.0 specifically. This is inconvenient when using
rbenv, because rbenv will automatically try to switch to the version
specified in .ruby-version, and complain if you don't have it installed.
  • Loading branch information
janko authored and ixti committed Oct 17, 2017
1 parent f762180 commit 4acadb5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.bundle
.config
.rvmrc
.ruby-version
.yardoc
Gemfile.lock
InstalledFiles
Expand Down
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
AllCops:
TargetRubyVersion: 2.4
DisplayCopNames: true

## Layout ######################################################################
Expand Down
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

0 comments on commit 4acadb5

Please sign in to comment.