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

Commit 41f1b40

Browse files
committed
Upgrade Ruby to 2.4.2
1 parent 4272d84 commit 41f1b40

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.ruby-version

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

.travis.yml

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