Skip to content

Commit b67139a

Browse files
committed
Add cssbundling and jsbundling
1 parent 8e6cf0e commit b67139a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ eval File.read(gems), binding, gems # rubocop: disable Security/Eval
44
require "#{__dir__}/lib/bootstrap_form/version"
55

66
gem "bigdecimal" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
7+
gem "cssbundling-rails"
78
gem "drb" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
9+
gem "jsbundling-rails"
810
gem "mutex_m" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
911
gem "rails", BootstrapForm::REQUIRED_RAILS_VERSION
1012
gem "propshaft"

0 commit comments

Comments
 (0)