Skip to content

Commit 14f48db

Browse files
committed
Lock httparty version.
1 parent b37be13 commit 14f48db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
podcast_api (1.1.4)
5-
httparty
5+
httparty (~> 0.20.0)
66

77
GEM
88
remote: https://rubygems.org/

podcast_api.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
1616
s.email = "[email protected]"
1717
s.homepage = "https://www.PodcastAPI.com/"
1818
s.license = "MIT"
19-
s.add_runtime_dependency "httparty"
19+
s.add_runtime_dependency "httparty", '~> 0.20.0'
2020
s.metadata = {
2121
"bug_tracker_uri" => "https://github.com/ListenNotes/podcast-api-ruby/issues",
2222
"changelog_uri" =>

0 commit comments

Comments
 (0)