mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-08 00:01:02 -05:00
parent
97c6f79736
commit
87d3c60509
@ -1,3 +1,3 @@
|
||||
module Stripe
|
||||
VERSION = '1.5.21'
|
||||
VERSION = '1.5.22'
|
||||
end
|
||||
|
||||
@ -13,7 +13,7 @@ spec = Gem::Specification.new do |s|
|
||||
s.executables = 'stripe-console'
|
||||
s.require_paths = %w{lib}
|
||||
|
||||
s.add_dependency('rest-client')
|
||||
s.add_dependency('rest-client', '~> 1.4.0')
|
||||
|
||||
s.add_development_dependency('mocha')
|
||||
s.add_development_dependency('shoulda')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user