Skip to content

Commit 2b976d3

Browse files
chore(deps): update dependency http to v6
1 parent 687c75d commit 2b976d3

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem 'doorkeeper', '~> 5.8', '>= 5.8.2'
1313
gem 'doorkeeper-i18n', '~> 5.2', '>= 5.2.7'
1414
gem 'exifr', '~> 1.4', '>= 1.4.1'
1515
gem 'friendly_id', '~> 5.5', '>= 5.5.1'
16-
gem 'http', '~> 5.3', '>= 5.3.1'
16+
gem 'http', '~> 6.0', '>= 6.0.1'
1717
gem 'iban-tools', '~> 1.2.1'
1818
gem 'icalendar', '~> 2.11', '>= 2.11.2'
1919
gem 'improvmx', '~> 0.2.1'

Gemfile.lock

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ GEM
7575
minitest (>= 5.1)
7676
securerandom (>= 0.3)
7777
tzinfo (~> 2.0, >= 2.0.5)
78-
addressable (2.8.7)
79-
public_suffix (>= 2.0.2, < 7.0)
78+
addressable (2.8.9)
79+
public_suffix (>= 2.0.2, < 8.0)
8080
ast (2.4.3)
8181
awesome_print (1.9.2)
8282
base64 (0.2.0)
@@ -157,7 +157,8 @@ GEM
157157
faker (3.5.2)
158158
i18n (>= 1.8.11, < 2)
159159
fastimage (2.4.0)
160-
ffi (1.17.1)
160+
ffi (1.17.3)
161+
ffi (1.17.3-java)
161162
ffi-compiler (1.3.2)
162163
ffi (>= 1.15.5)
163164
rake
@@ -189,15 +190,15 @@ GEM
189190
guard-compat (~> 1.1)
190191
rspec (>= 2.99.0, < 4.0)
191192
hashdiff (1.1.2)
192-
http (5.3.1)
193-
addressable (~> 2.8)
193+
http (6.0.1)
194194
http-cookie (~> 1.0)
195-
http-form_data (~> 2.2)
196-
llhttp-ffi (~> 0.5.0)
195+
llhttp (~> 0.6.1)
196+
http (6.0.1-java)
197+
http-cookie (~> 1.0)
198+
llhttp-ffi (~> 0.5.1)
197199
http-accept (1.7.0)
198-
http-cookie (1.0.8)
200+
http-cookie (1.1.0)
199201
domain_name (~> 0.5)
200-
http-form_data (2.3.0)
201202
i18n (1.14.7)
202203
concurrent-ruby (~> 1.0)
203204
iban-tools (1.2.1)
@@ -235,6 +236,7 @@ GEM
235236
listen (3.9.0)
236237
rb-fsevent (~> 0.10, >= 0.10.3)
237238
rb-inotify (~> 0.9, >= 0.9.10)
239+
llhttp (0.6.1)
238240
llhttp-ffi (0.5.1)
239241
ffi-compiler (~> 1.0)
240242
rake (~> 13.0)
@@ -322,7 +324,7 @@ GEM
322324
psych (5.2.3-java)
323325
date
324326
jar-dependencies (>= 0.1.7)
325-
public_suffix (6.0.1)
327+
public_suffix (7.0.5)
326328
puma (6.6.1)
327329
nio4r (~> 2.0)
328330
puma (6.6.1-java)
@@ -380,7 +382,7 @@ GEM
380382
thor (~> 1.0, >= 1.2.2)
381383
zeitwerk (~> 2.6)
382384
rainbow (3.1.1)
383-
rake (13.2.1)
385+
rake (13.3.1)
384386
rb-fsevent (0.11.2)
385387
rb-inotify (0.11.1)
386388
ffi (~> 1.0)
@@ -595,7 +597,7 @@ DEPENDENCIES
595597
friendly_id (~> 5.5, >= 5.5.1)
596598
fuubar (~> 2.5, >= 2.5.1)
597599
guard-rspec (~> 4.7, >= 4.7.3)
598-
http (~> 5.3, >= 5.3.1)
600+
http (~> 6.0, >= 6.0.1)
599601
iban-tools (~> 1.2.1)
600602
icalendar (~> 2.11, >= 2.11.2)
601603
improvmx (~> 0.2.1)

0 commit comments

Comments
 (0)