Skip to content

Commit

Permalink
fix: specify httparty version
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcastil committed Oct 22, 2024
1 parent e851cb5 commit 1564952
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wafris.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "rack", ">= 2.0"

s.add_dependency "awesome_print"
s.add_dependency "httparty"
s.add_dependency "httparty", ">= 0.21.0"
s.add_dependency "ipaddr"
s.add_dependency "sqlite3"

s.add_development_dependency "debug", ">= 1.0.0"
s.add_development_dependency "minitest", "~> 5.1"
s.add_development_dependency "mocha", "~> 2.4.5"
s.add_development_dependency "pry", "~> 0.14", ">= 0.14.1"
Expand Down

0 comments on commit 1564952

Please sign in to comment.