rastating / wordpress-exploit-framework

A Ruby framework designed to aid in the penetration testing of WordPress systems.
https://rastating.github.io/wordpress-exploit-framework
GNU General Public License v3.0
1.02k stars 265 forks source link

Can't install mime-types-data #11

Closed C4o closed 8 years ago

C4o commented 8 years ago

Everytime i use "bundle install", it'll warn me that An error occurred while installing mime-types-data (3.2016.0221), and Bundler cannot continue.But when i use "gem install mime-types-data -v '3.2016.0221'",it works.Please help me solve it.

rastating commented 8 years ago

@syttc - what's the error that occurs?

Could you post the output of running ruby -v in a terminal?

rastating commented 8 years ago

Closing this on the assumption you've fixed this. Feel free to re-open if it's still an issue and you can provide the information above.