ActiveCampaign / postmark-gem

Official Ruby client library for the Postmark HTTP API

Home Page:https://postmarkapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade JSON gem version for ruby 2.7

eafif opened this issue · comments

commented

This gem depends on gem 'json', '< 2.0.0'. When used with Ruby version > 2.7, we get the following deprecation warning:

....lib/ruby/gems/2.7.0/gems/json-1.8.6/lib/json/common.rb:155: warning: Using the last argument as keyword parameters is deprecated

Upgrading the json gem to 2.x should fix the issue as per this issue.