Skip to content

Commit

Permalink
upgrade httparty
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Jun 17, 2024
1 parent 4447c1e commit d740495
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ gem 'sidekiq-cron', '~> 1.12.0'
gem 'sidekiq-cronitor', '~> 3.6.0'

# HTTP requests
gem 'httparty', '~> 0.21.0'
gem 'httparty', '~> 0.22.0'

# State machine
gem 'aasm', '~> 5.0.3'
Expand Down
9 changes: 6 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ GEM
httparty
css_parser (1.11.0)
addressable
csv (3.3.0)
cucumber (7.1.0)
builder (~> 3.2, >= 3.2.4)
cucumber-core (~> 10.1, >= 10.1.0)
Expand Down Expand Up @@ -236,7 +237,8 @@ GEM
nokogiri (>= 1.6.0)
ruby_parser (~> 3.5)
htmlentities (4.3.4)
httparty (0.21.0)
httparty (0.22.0)
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.5)
Expand Down Expand Up @@ -305,7 +307,8 @@ GEM
msgpack (1.7.2)
multi_json (1.15.0)
multi_test (0.1.2)
multi_xml (0.6.0)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
mutex_m (0.2.0)
net-imap (0.4.12)
date
Expand Down Expand Up @@ -527,7 +530,7 @@ DEPENDENCIES
faker (~> 2.20.0)
haml-rails
has_scope
httparty (~> 0.21.0)
httparty (~> 0.22.0)
json (~> 2.3.0)
jsonapi-rails (= 0.4.0)
judoscale-rails (~> 1.5.4)
Expand Down

0 comments on commit d740495

Please sign in to comment.