We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b37be13 commit 14f48dbCopy full SHA for 14f48db
2 files changed
Gemfile.lock
@@ -2,7 +2,7 @@ PATH
2
remote: .
3
specs:
4
podcast_api (1.1.4)
5
- httparty
+ httparty (~> 0.20.0)
6
7
GEM
8
remote: https://rubygems.org/
podcast_api.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
s.email = "hello@listennotes.com"
17
s.homepage = "https://www.PodcastAPI.com/"
18
s.license = "MIT"
19
- s.add_runtime_dependency "httparty"
+ s.add_runtime_dependency "httparty", '~> 0.20.0'
20
s.metadata = {
21
"bug_tracker_uri" => "https://github.com/ListenNotes/podcast-api-ruby/issues",
22
"changelog_uri" =>
0 commit comments