Skip to content

Commit

Permalink
chore(deps): update dependency httparty to "~> 0.21.0" [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 19, 2024
1 parent 0d5a4cb commit bf2b91b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 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.19.1"
gem "httparty", "~> 0.21.0"

gem "pry-byebug"
11 changes: 3 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ GEM
erubi (1.12.0)
globalid (1.0.0)
activesupport (>= 5.0)
httparty (0.19.1)
mime-types (~> 3.0)
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
Expand All @@ -100,9 +100,6 @@ GEM
net-smtp
marcel (1.0.2)
method_source (1.0.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0218.1)
mini_mime (1.1.2)
mini_portile2 (2.8.1)
minitest (5.16.3)
Expand All @@ -120,8 +117,6 @@ GEM
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.10-arm64-darwin)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
Expand Down Expand Up @@ -210,7 +205,7 @@ PLATFORMS
x86_64-linux

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

0 comments on commit bf2b91b

Please sign in to comment.