Skip to content

Commit fdd55e8

Browse files
committed
Dory requires ruby >= 2.2 now due
to dependency requirements
1 parent 009c4ba commit fdd55e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: ruby
22
rvm:
3-
- "2.1.10"
3+
#- "2.1.10" # not supported anymore. byebug breaks
44
- "2.2.7"
55
- "2.3.4"
66
- "2.4.4"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ your local domain to the nginx proxy
2222

2323
## Installation
2424

25-
_NOTE: Dory requires ruby version 2.1 or greater to be installed on your system already. If you use
25+
_NOTE: Dory requires ruby version 2.2 or greater to be installed on your system already. If you use
2626
multiple versions, or if your system ruby is too old, or if you just prefer not to install gems
2727
into your system ruby, I recommend installing the ruby version with
2828
[ruby-install](https://github.com/postmodern/ruby-install) and then managing it with

0 commit comments

Comments
 (0)