Skip to content

Commit

Permalink
Merge pull request #46 from QuickPay/dont_use_specific_versions_of_gems
Browse files Browse the repository at this point in the history
dont use specific versions of gems
  • Loading branch information
cramt authored Nov 18, 2022
2 parents 1a692f4 + 4de6480 commit 3c7b12e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/quickpay/api/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module QuickPay
module API
VERSION = "3.0.1".freeze
VERSION = "3.0.2".freeze
end
end
4 changes: 2 additions & 2 deletions quickpay-ruby-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "simplecov"
spec.add_development_dependency "simplecov-console"

spec.add_dependency "excon", "~> 0.79.0"
spec.add_dependency "json", "~> 2.5.0"
spec.add_dependency "excon", ">= 0.79"
spec.add_dependency "json", "~> 2", ">= 2.5"
end

0 comments on commit 3c7b12e

Please sign in to comment.