Skip to content
Snippets Groups Projects
Commit 796ebdef authored by John Harris's avatar John Harris
Browse files

fix: httparty vuln upgrade

parent 2e17ce5f
No related branches found
Tags v1.1.0
No related merge requests found
Pipeline #43015 failed
...@@ -45,7 +45,7 @@ gem 'batch-loader', '2.0.1' ...@@ -45,7 +45,7 @@ gem 'batch-loader', '2.0.1'
# Misc # Misc
gem 'sneakers', '2.12.0' gem 'sneakers', '2.12.0'
gem 'httparty', '0.18.1' gem 'httparty', '0.21.0'
gem 'aws-sdk-s3', '1.113.0' gem 'aws-sdk-s3', '1.113.0'
# Testing # Testing
...@@ -63,5 +63,5 @@ group :test, :development do ...@@ -63,5 +63,5 @@ group :test, :development do
end end
# NexusMods Gems # NexusMods Gems
gem 'nexus_cqrs', '0.4.6' gem 'nexus_cqrs', '0.4.8'
gem 'nexus_domain_events', '1.1.2' gem 'nexus_domain_events', '1.1.2'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment