Skip to content

Release 0.5.5

Pre-release
Pre-release

Choose a tag to compare

@jdee jdee released this 29 Dec 18:06
· 37 commits to master since this release

Improved support for Ruby 2.0 & 2.1.

  • Added an explicit Ruby version requirement to the gemspec.
  • Pinned rubocop to 0.50.0 (the last version to support Ruby 2.0) and set TargetRubyVersion to 2.0 in .rubocop.yml.
  • Limited activesupport to ~> 4.2, since 5.x requires Ruby 2.2.

This is not an issue when using the Bundler, but with previous versions, gem install pattern_patch could fail unless you first gem install activesupport -v '~> 4.2'. Now this will be automatic.

..