Skip to content

Commit 4c30dec

Browse files
Bump draper from 4.0.2 to 4.0.4 (#963)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ecd9904 commit 4c30dec

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gem 'cssbundling-rails', '~> 1.4', '>= 1.4.1'
1515
gem 'delayed_job_active_record', '~> 4.1'
1616
gem 'devise', '~> 4.9'
1717
gem 'devise_token_auth', github: 'lynndylanhurley/devise_token_auth'
18-
gem 'draper', '~> 4.0', '>= 4.0.1'
18+
gem 'draper', '~> 4.0'
1919
gem 'flipper', '~> 1.3.1'
2020
gem 'flipper-active_record', '~> 1.3.2'
2121
gem 'flipper-ui', '~> 1.3.2'

Gemfile.lock

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ GEM
189189
dotenv-rails (3.1.7)
190190
dotenv (= 3.1.7)
191191
railties (>= 6.1)
192-
draper (4.0.2)
192+
draper (4.0.4)
193193
actionpack (>= 5.0)
194194
activemodel (>= 5.0)
195195
activemodel-serializers-xml (>= 1.0)
@@ -226,7 +226,7 @@ GEM
226226
dry-inflector (~> 1.0)
227227
dry-logic (~> 1.4)
228228
zeitwerk (~> 2.6)
229-
erubi (1.13.0)
229+
erubi (1.13.1)
230230
erubis (2.7.0)
231231
factory_bot (6.5.0)
232232
activesupport (>= 5.0.0)
@@ -331,7 +331,7 @@ GEM
331331
activesupport (>= 4)
332332
railties (>= 4)
333333
request_store (~> 1.0)
334-
loofah (2.23.1)
334+
loofah (2.24.0)
335335
crass (~> 1.0.2)
336336
nokogiri (>= 1.12.0)
337337
mail (2.8.1)
@@ -359,9 +359,13 @@ GEM
359359
net-protocol
360360
newrelic_rpm (9.17.0)
361361
nio4r (2.7.4)
362-
nokogiri (1.17.2)
362+
nokogiri (1.18.2)
363363
mini_portile2 (~> 2.8.2)
364364
racc (~> 1.4)
365+
nokogiri (1.18.2-arm64-darwin)
366+
racc (~> 1.4)
367+
nokogiri (1.18.2-x86_64-linux-gnu)
368+
racc (~> 1.4)
365369
octokit (9.2.0)
366370
faraday (>= 1, < 3)
367371
sawyer (~> 0.9)
@@ -394,16 +398,17 @@ GEM
394398
pundit (2.4.0)
395399
activesupport (>= 3.0.0)
396400
racc (1.8.1)
397-
rack (3.1.8)
401+
rack (3.1.9)
398402
rack-cors (2.0.2)
399403
rack (>= 2.0.0)
400404
rack-protection (4.1.1)
401405
base64 (>= 0.1.0)
402406
logger (>= 1.6.0)
403407
rack (>= 3.0.0, < 4)
404-
rack-session (2.0.0)
408+
rack-session (2.1.0)
409+
base64 (>= 0.1.0)
405410
rack (>= 3.0.0)
406-
rack-test (2.1.0)
411+
rack-test (2.2.0)
407412
rack (>= 1.3)
408413
rackup (2.2.1)
409414
rack (>= 3)
@@ -617,7 +622,7 @@ DEPENDENCIES
617622
devise (~> 4.9)
618623
devise_token_auth!
619624
dotenv-rails (~> 3.1.6)
620-
draper (~> 4.0, >= 4.0.1)
625+
draper (~> 4.0)
621626
factory_bot_rails (~> 6.4)
622627
faker (~> 3.5)
623628
faraday-retry (~> 2.2)

0 commit comments

Comments
 (0)