We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6cf0e commit b67139aCopy full SHA for b67139a
Gemfile
@@ -4,7 +4,9 @@ eval File.read(gems), binding, gems # rubocop: disable Security/Eval
4
require "#{__dir__}/lib/bootstrap_form/version"
5
6
gem "bigdecimal" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
7
+gem "cssbundling-rails"
8
gem "drb" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
9
+gem "jsbundling-rails"
10
gem "mutex_m" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
11
gem "rails", BootstrapForm::REQUIRED_RAILS_VERSION
12
gem "propshaft"
0 commit comments