Skip to content

Commit

Permalink
chore: Update gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joshsadam committed Oct 18, 2024
1 parent 30f537a commit ffd5f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedded_gems/flowbite/flowbite.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.license = 'MIT'
spec.files = Dir['lib/**/*', 'app/**/*']
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 3.2.0'
spec.required_ruby_version = Gem::Requirement.new('>= 3.2.0')
spec.add_dependency 'view_component', '~> 3.15'
spec.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit ffd5f3c

Please sign in to comment.