We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54c93ac commit 6ca4ed8Copy full SHA for 6ca4ed8
.travis.yml
@@ -5,7 +5,6 @@ sudo: false
5
cache: bundler
6
7
rvm:
8
- - 2.1
9
- 2.2
10
- 2.3.7
11
- 2.4.4
README.md
@@ -55,7 +55,7 @@ any Ruby code.
55
56
This project aims to support the following Ruby runtimes on both \*nix and Windows:
57
58
-* MRI 2.x
+* MRI 2.2+
59
60
### Dependencies
61
appveyor.yml
@@ -4,8 +4,6 @@ clone_depth: 1
4
environment:
matrix:
- - RUBY_FOLDER_VERSION: "21"
- - RUBY_FOLDER_VERSION: "21-x64"
- RUBY_FOLDER_VERSION: "22"
- RUBY_FOLDER_VERSION: "22-x64"
- RUBY_FOLDER_VERSION: "23"
0 commit comments