2.9.0 (04-06-2017)
- Remove Nokogiri as a dependency of the recurly gem. If you'd like to continue using it (for that nice speed boost), make sure to add
gem "nokogiri"to your Gemfile. PR - Add sort and filter params to Pager rubydocs PR
- Ban nokogiri on dead rubies PR
- Fix Address serialization bug (serialize every attribute on update) PR
- Upgrade webmock so specs can run on ruby 2.4 PR
Upgrade Notes:
Ruby 1.9 and 2.0 are now deprecated. You may no longer use nokogiri on these rubies. Please see PR #317 for more information. If you wish to use nokogiri and it's not already required (by rails for instance), you will need to explicitly add it as a dependency and require it.