File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- require :
1+ plugins :
22 - rubocop-performance
33 - rubocop-rake
44 - rubocop-rspec
55
66AllCops :
7- TargetRubyVersion : 2.6
7+ TargetRubyVersion : 3.0
88 Exclude :
99 - bin/**/*
1010 - vendor/**/*
@@ -148,6 +148,9 @@ RSpec/ExampleLength:
148148 - hash
149149 - heredoc
150150
151+ RSpec/IncludeExamples :
152+ Enabled : false
153+
151154RSpec/MultipleMemoizedHelpers :
152155 Max : 20
153156
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
2323
2424 spec . homepage = "https://github.com/gi/handlebars-ruby"
2525 spec . license = "MIT"
26- spec . required_ruby_version = ">= 2.6 .0"
26+ spec . required_ruby_version = ">= 3 .0"
2727
2828 spec . metadata [ "changelog_uri" ] = "#{ spec . homepage } /CHANGELOG.md"
2929 spec . metadata [ "github_repo" ] = spec . homepage
Original file line number Diff line number Diff line change 4040 end
4141
4242 it "does not create the context" do
43- expect ( engine_context ) . to be nil
43+ expect ( engine_context ) . to be_nil
4444 end
4545 end
4646
You can’t perform that action at this time.
0 commit comments