Skip to content

Commit ca2f985

Browse files
chore(deps): update dependency httparty to "~> 0.24.0"
1 parent a8a58ba commit ca2f985

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem "rspec", "~> 3.0"
1111

1212
gem "rubocop", "~> 1.21"
1313

14-
gem "httparty", "~> 0.22.0"
14+
gem "httparty", "~> 0.24.0"
1515

1616
# parallel 2.0+ requires Ruby >= 3.3; constrain to 1.x to support Ruby 3.2
1717
gem "parallel", "< 2.0"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ GEM
100100
erubi (1.13.1)
101101
globalid (1.3.0)
102102
activesupport (>= 6.1)
103-
httparty (0.22.0)
103+
httparty (0.24.2)
104104
csv
105105
mini_mime (>= 1.0.0)
106106
multi_xml (>= 0.5.2)
@@ -272,7 +272,7 @@ PLATFORMS
272272
x86_64-linux
273273

274274
DEPENDENCIES
275-
httparty (~> 0.22.0)
275+
httparty (~> 0.24.0)
276276
parallel (< 2.0)
277277
pry-byebug
278278
rails

0 commit comments

Comments
 (0)