Skip to content

Commit

Permalink
Upgrade cssbundling version (#5438)
Browse files Browse the repository at this point in the history
  • Loading branch information
farhatahmad authored Oct 4, 2023
1 parent 5869494 commit 16b8922
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'aws-sdk-s3', require: false
gem 'bcrypt', '~> 3.1.7'
gem 'bigbluebutton-api-ruby', '1.9.1'
gem 'bootsnap', require: false
gem 'cssbundling-rails', '>= 1.3.0'
gem 'cssbundling-rails', '>= 1.3.3'
gem 'data_migrate', '>= 9.1.0'
gem 'dotenv-rails'
gem 'google-cloud-storage', '~> 1.44', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ GEM
crack (0.4.5)
rexml
crass (1.0.6)
cssbundling-rails (1.3.0)
cssbundling-rails (1.3.3)
railties (>= 6.0.0)
data_migrate (9.1.1)
activerecord (>= 6.0)
Expand Down Expand Up @@ -477,7 +477,7 @@ DEPENDENCIES
bigbluebutton-api-ruby (= 1.9.1)
bootsnap
capybara
cssbundling-rails (>= 1.3.0)
cssbundling-rails (>= 1.3.3)
data_migrate (>= 9.1.0)
debug
dotenv-rails
Expand Down

0 comments on commit 16b8922

Please sign in to comment.