perfectline / validates_url

URL Validation for Rails
MIT License
580 stars 112 forks source link

Add Gemfile to simplify dev/test #70

Closed zapo closed 5 years ago

zapo commented 5 years ago

The main goal of this PR is to simplify development/testing by adding a Gemfile to the project.

bundle install # install dependencies
bundle exec rake # run tests

This adds missing development dependencies to gemspec and drops support for old rubygems versions to avoid bloating runtime dependencies (otherwise we would be bloating runtime dependencies for those).