Skip to content
Snippets Groups Projects
Commit c61b5d3c authored by Cédric Boutillier's avatar Cédric Boutillier
Browse files

Fix version of ruby-hashie in gemspecs (Closes: #1027058)

parent 0497da68
No related branches found
No related tags found
No related merge requests found
Description: relax version dependency on hashie gem
Bug-Debian: https://bugs.debian.org/1027058
Author: Cédric Boutillier <boutil@debian.org>
Last-Update: 2023-01-18
--- a/github_api.gemspec
+++ b/github_api.gemspec
@@ -31,7 +31,7 @@
s.add_development_dependency(%q<cucumber>.freeze, ["~> 2.1"])
s.add_runtime_dependency(%q<descendants_tracker>.freeze, ["~> 0.0.4"])
s.add_runtime_dependency(%q<faraday>.freeze, ["< 2", ">= 0.8"])
- s.add_runtime_dependency(%q<hashie>.freeze, [">= 3.5.2", "~> 3.5"])
+ s.add_runtime_dependency(%q<hashie>.freeze, [">= 3.5.2"])
s.add_runtime_dependency(%q<oauth2>.freeze, ["~> 1.0"])
s.add_development_dependency(%q<rake>.freeze, [">= 0"])
s.add_development_dependency(%q<rspec>.freeze, ["~> 3"])
hashie-version.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment