File tree Expand file tree Collapse file tree
packages/forest_admin_datasource_snowflake Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ Gemspec/RequireMFA:
3939 - ' packages/forest_admin_datasource_customizer/forest_admin_datasource_customizer.gemspec'
4040 - ' packages/forest_admin_datasource_active_record/forest_admin_datasource_active_record.gemspec'
4141 - ' packages/forest_admin_datasource_zendesk/forest_admin_datasource_zendesk.gemspec'
42+ - ' packages/forest_admin_datasource_snowflake/forest_admin_datasource_snowflake.gemspec'
4243
4344# Offense count: 1
4445# This cop supports unsafe autocorrection (--autocorrect-all).
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
1919 spec . metadata [ 'homepage_uri' ] = spec . homepage
2020 spec . metadata [ 'source_code_uri' ] = 'https://github.com/ForestAdmin/agent-ruby'
2121 spec . metadata [ 'changelog_uri' ] = 'https://github.com/ForestAdmin/agent-ruby/blob/main/CHANGELOG.md'
22- spec . metadata [ 'rubygems_mfa_required' ] = 'true '
22+ spec . metadata [ 'rubygems_mfa_required' ] = 'false '
2323
2424 spec . files = Dir . chdir ( __dir__ ) do
2525 `git ls-files -z` . split ( "\x0 " ) . reject do |f |
You can’t perform that action at this time.
0 commit comments