diff --git a/Gemfile b/Gemfile index ff322343..931051b5 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'doorkeeper', '~> 5.8', '>= 5.8.2' gem 'doorkeeper-i18n', '~> 5.2', '>= 5.2.7' gem 'exifr', '~> 1.4', '>= 1.4.1' gem 'friendly_id', '~> 5.5', '>= 5.5.1' -gem 'http', '~> 5.3', '>= 5.3.1' +gem 'http', '~> 6.0', '>= 6.0.2' gem 'iban-tools', '~> 1.2.1' gem 'icalendar', '~> 2.11', '>= 2.11.2' gem 'improvmx', '~> 0.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index a790f37a..6f3626f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,8 +75,8 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) + addressable (2.8.9) + public_suffix (>= 2.0.2, < 8.0) ast (2.4.3) awesome_print (1.9.2) base64 (0.2.0) @@ -157,7 +157,8 @@ GEM faker (3.5.2) i18n (>= 1.8.11, < 2) fastimage (2.4.0) - ffi (1.17.1) + ffi (1.17.3) + ffi (1.17.3-java) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -189,15 +190,15 @@ GEM guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) hashdiff (1.1.2) - http (5.3.1) - addressable (~> 2.8) + http (6.0.2) http-cookie (~> 1.0) - http-form_data (~> 2.2) - llhttp-ffi (~> 0.5.0) + llhttp (~> 0.6.1) + http (6.0.2-java) + http-cookie (~> 1.0) + llhttp-ffi (~> 0.5.1) http-accept (1.7.0) - http-cookie (1.0.8) + http-cookie (1.1.0) domain_name (~> 0.5) - http-form_data (2.3.0) i18n (1.14.7) concurrent-ruby (~> 1.0) iban-tools (1.2.1) @@ -235,6 +236,7 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + llhttp (0.6.1) llhttp-ffi (0.5.1) ffi-compiler (~> 1.0) rake (~> 13.0) @@ -322,7 +324,7 @@ GEM psych (5.2.3-java) date jar-dependencies (>= 0.1.7) - public_suffix (6.0.1) + public_suffix (7.0.5) puma (6.6.1) nio4r (~> 2.0) puma (6.6.1-java) @@ -380,7 +382,7 @@ GEM thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.2.1) + rake (13.3.1) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) @@ -595,7 +597,7 @@ DEPENDENCIES friendly_id (~> 5.5, >= 5.5.1) fuubar (~> 2.5, >= 2.5.1) guard-rspec (~> 4.7, >= 4.7.3) - http (~> 5.3, >= 5.3.1) + http (~> 6.0, >= 6.0.2) iban-tools (~> 1.2.1) icalendar (~> 2.11, >= 2.11.2) improvmx (~> 0.2.1)