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

Commit afa63ba

Browse files
committed
Update supported Ruby version
1 parent be0fe79 commit afa63ba

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.ruby-version

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

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: ruby
22
rvm:
3-
- 2.2.6
4-
- 2.3.3
5-
- 2.4.0
3+
- 2.3.4
4+
- 2.4.1
65
before_install:
76
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
87
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.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```.
7+
Ensure that you have Ruby >= 2.4.1 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)