File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 - rubocop-rspec
88
99AllCops :
10- TargetRubyVersion : 3.1
10+ TargetRubyVersion : 3.4
1111 NewCops : enable
1212
1313# We use standard as a linter and formatter instead Rubocop.
Original file line number Diff line number Diff line change 1- ruby_version : 3.1
1+ ruby_version : 3.4
Original file line number Diff line number Diff line change @@ -218,4 +218,4 @@ CHECKSUMS
218218 uri (1.0.4) sha256=34485d137c079f8753a0ca1d883841a7ba2e5fae556e3c30c2aab0dde616344b
219219
220220BUNDLED WITH
221- 2.6.8
221+ 4.0.4
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212 spec . description = "GitHub integration for Errbit"
1313 spec . homepage = "https://github.com/errbit/errbit_github_plugin"
1414 spec . license = "MIT"
15- spec . required_ruby_version = ">= 3.1 .0"
15+ spec . required_ruby_version = ">= 3.4 .0"
1616
1717 spec . metadata [ "homepage_uri" ] = spec . homepage
1818 spec . metadata [ "source_code_uri" ] = spec . homepage
You can’t perform that action at this time.
0 commit comments