Skip to content

Commit

Permalink
(fix): nested updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Zandelok committed Nov 21, 2022
1 parent dfdfafc commit 66843a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Gemfile.lock
coverage/
coverage/
*.gem
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ RSpec/NamedSubject:

RSpec/NestedGroups:
Enabled: false

Gemspec/RequireMFA:
Enabled: false
2 changes: 1 addition & 1 deletion zandelok_custom_functions.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Gem::Specification.new do |s|
s.email = '[email protected]'
s.homepage = 'https://github.com/Zandelok/zandelok_custom_functions'
s.version = '0.0.1'
s.metadata['rubygems_mfa_required'] = 'true'
s.metadata['rubygems_mfa_required'] = 'false'
end

0 comments on commit 66843a9

Please sign in to comment.