accodeing / fortnox-api

Gem that abstracts Fortnox's F3 API
GNU Lesser General Public License v3.0
9 stars 8 forks source link

Fixes #102 Locks down httparty version to 0.14.0 #104

Closed ehannes closed 7 years ago

ehannes commented 7 years ago

There were two failures with builds before:

  1. httparty version 0.15.0 breaks some specs
  2. Gem does not yet support Ruby version 2.4

The first issue is fixed with this PR. The other is not, but the Ruby version requirement is added to gemspec. (See issue #93 for Ruby 2.4 support).