Skip to content

Commit

Permalink
Merge pull request #5514 from dodona-edu/dependabot/bundler/httparty-…
Browse files Browse the repository at this point in the history
…0.22.0

Bump httparty from 0.21.0 to 0.22.0
  • Loading branch information
bmesuere authored May 6, 2024
2 parents f3b13b2 + b15713c commit 9bce054
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 @@ -107,7 +107,7 @@ gem 'rails-i18n', '~> 7.0.9'

# email exceptions
gem 'exception_notification', '~> 4.5.0'
gem 'httparty', '~> 0.21.0'
gem 'httparty', '~> 0.22.0'
gem 'slack-notifier', '~> 2.4.0'

# css styles for emails
Expand Down
9 changes: 6 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ GEM
addressable
cssbundling-rails (1.4.0)
railties (>= 6.0.0)
csv (3.3.0)
daemons (1.4.1)
dalli (3.2.8)
datadog-ci (0.8.3)
Expand Down Expand Up @@ -211,7 +212,8 @@ GEM
hcaptcha (7.1.0)
json
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.4)
Expand Down Expand Up @@ -291,7 +293,8 @@ GEM
ruby2_keywords (>= 0.0.5)
msgpack (1.7.2)
multi_json (1.15.0)
multi_xml (0.6.0)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
mutex_m (0.2.0)
Expand Down Expand Up @@ -596,7 +599,7 @@ DEPENDENCIES
flamegraph (~> 0.9.5)
has_scope (~> 0.8.2)
hcaptcha (~> 7.1.0)
httparty (~> 0.21.0)
httparty (~> 0.22.0)
i18n-js (~> 4.2.3)
icalendar (~> 2.10)
image_processing (~> 1.12.2)
Expand Down

0 comments on commit 9bce054

Please sign in to comment.