Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Commit 05974ae

Browse files
committed
Update minimum supported 2.2.x Ruby release to be 2.2.6
1 parent c1ad153 commit 05974ae

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.2
1+
2.2.6

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
language: ruby
22
rvm:
3-
- 2.2.0
4-
- 2.2.1
5-
- 2.2.2
6-
- 2.2.3
7-
- 2.2.4
8-
- 2.3.0
3+
- 2.2.6
4+
- 2.3.3
5+
- 2.4.0
96
before_install:
107
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
118
script: bundle exec rspec

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
A Ruby framework for developing and using modules which aid in the penetration testing of WordPress powered websites and systems.
55

66
### What do I need to run it?
7-
Ensure that you have Ruby 2.2.x installed on your system and then install all required dependencies by opening a command prompt / terminal in the WPXF folder and running ```bundle install```.
7+
Ensure that you have Ruby >= 2.2.6 installed on your system and then install all required dependencies by opening a command prompt / terminal in the WPXF folder and running ```bundle install```.
88

99
If bundler is not present on your system, you can install it by running ```gem install bundler```.
1010

0 commit comments

Comments
 (0)