Skip to content

Commit

Permalink
chore(deps): update dependency httparty to "~> 0.22.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 29, 2024
1 parent 4554e1c commit a99408a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ gem "rspec", "~> 3.0"

gem "rubocop", "~> 1.21"

gem "httparty", "~> 0.21.0"
gem "httparty", "~> 0.22.0"

gem "pry-byebug"
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,14 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.1.10)
crass (1.0.6)
csv (3.3.0)
date (3.3.3)
diff-lcs (1.5.1)
erubi (1.12.0)
globalid (1.0.0)
activesupport (>= 5.0)
httparty (0.21.0)
httparty (0.22.0)
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.12.0)
Expand All @@ -100,7 +102,7 @@ GEM
net-smtp
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_mime (1.1.5)
mini_portile2 (2.8.1)
minitest (5.16.3)
multi_xml (0.6.0)
Expand Down Expand Up @@ -206,7 +208,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
httparty (~> 0.21.0)
httparty (~> 0.22.0)
pry-byebug
rails
rake (~> 13.0)
Expand Down

0 comments on commit a99408a

Please sign in to comment.