Skip to content

Commit 8c6f8b3

Browse files
Bump cssbundling-rails from 1.4.1 to 1.4.2 (#987)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4bd4c21 commit 8c6f8b3

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem 'activeadmin', '~> 3.2'
1111
gem 'active_storage_base64', '~> 3.0.0'
1212
gem 'aws-sdk-s3', '~> 1.182', require: false
1313
gem 'bootsnap', '~> 1.18'
14-
gem 'cssbundling-rails', '~> 1.4', '>= 1.4.1'
14+
gem 'cssbundling-rails', '~> 1.4'
1515
gem 'delayed_job_active_record', '~> 4.1'
1616
gem 'devise', '~> 4.9'
1717
gem 'devise_token_auth', github: 'lynndylanhurley/devise_token_auth'

Gemfile.lock

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ GEM
168168
bigdecimal
169169
rexml
170170
crass (1.0.6)
171-
cssbundling-rails (1.4.1)
171+
cssbundling-rails (1.4.2)
172172
railties (>= 6.0.0)
173173
csv (3.3.1)
174174
date (3.4.1)
@@ -289,7 +289,8 @@ GEM
289289
railties (>= 6.0)
290290
responders (>= 2)
291291
io-console (0.8.0)
292-
irb (1.14.3)
292+
irb (1.15.1)
293+
pp (>= 0.6.0)
293294
rdoc (>= 4.0.0)
294295
reline (>= 0.4.2)
295296
jbuilder (2.13.0)
@@ -382,6 +383,9 @@ GEM
382383
pg (1.5.9)
383384
pg_query (6.0.0)
384385
google-protobuf (>= 3.25.3)
386+
pp (0.6.2)
387+
prettyprint
388+
prettyprint (0.2.0)
385389
prosopite (2.0.0)
386390
pry (0.14.2)
387391
coderay (~> 1.1)
@@ -391,7 +395,7 @@ GEM
391395
pry (>= 0.13, < 0.15)
392396
pry-rails (0.3.11)
393397
pry (>= 0.13.0)
394-
psych (5.2.2)
398+
psych (5.2.3)
395399
date
396400
stringio
397401
public_suffix (6.0.1)
@@ -463,7 +467,7 @@ GEM
463467
rb-fsevent (0.11.2)
464468
rb-inotify (0.11.1)
465469
ffi (~> 1.0)
466-
rdoc (6.9.1)
470+
rdoc (6.12.0)
467471
psych (>= 4.0.0)
468472
reek (6.4.0)
469473
dry-schema (~> 1.13.0)
@@ -579,7 +583,7 @@ GEM
579583
actionpack (>= 6.1)
580584
activesupport (>= 6.1)
581585
sprockets (>= 3.0.0)
582-
stringio (3.1.2)
586+
stringio (3.1.5)
583587
strong_migrations (2.2.0)
584588
activerecord (>= 7)
585589
terminal-table (3.0.2)
@@ -606,7 +610,7 @@ GEM
606610
yaaf (3.0.2)
607611
activemodel (>= 5.2)
608612
activerecord (>= 5.2)
609-
zeitwerk (2.7.1)
613+
zeitwerk (2.7.2)
610614

611615
PLATFORMS
612616
arm64-darwin-22
@@ -624,7 +628,7 @@ DEPENDENCIES
624628
bootsnap (~> 1.18)
625629
brakeman (~> 7.0)
626630
capybara (~> 3.40)
627-
cssbundling-rails (~> 1.4, >= 1.4.1)
631+
cssbundling-rails (~> 1.4)
628632
delayed_job_active_record (~> 4.1)
629633
devise (~> 4.9)
630634
devise_token_auth!

0 commit comments

Comments
 (0)