chargebee / chargebee-ruby

Ruby library for the Chargebee API.

Home Page:https://apidocs.chargebee.com/docs/api?lang=ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo and wrong version in dev dependencies

kubenstein opened this issue · comments

hi, while debugging other stuff i noticed that you have typo in dependencies. also i had to upgrade rspec version to get specs working
it should be:

s.add_development_dependency('rspec', '~> 3.0.0')
instead:
s.add_development_dependency('rpsec', '~> 2.9.0')
                          typo ^          ^ version

Thank you Jakub for notifying this. We have fixed this in latest release.