Skip to content

Commit 3342a72

Browse files
committed
Bump minimal ruby version require to 3.4.0
1 parent c17a167 commit 3342a72

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins:
77
- rubocop-rspec
88

99
AllCops:
10-
TargetRubyVersion: 3.1
10+
TargetRubyVersion: 3.4
1111
NewCops: enable
1212

1313
# We use standard as a linter and formatter instead Rubocop.

.standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby_version: 3.1
1+
ruby_version: 3.4

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,4 @@ CHECKSUMS
218218
uri (1.0.4) sha256=34485d137c079f8753a0ca1d883841a7ba2e5fae556e3c30c2aab0dde616344b
219219

220220
BUNDLED WITH
221-
2.6.8
221+
4.0.4

errbit_github_plugin.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)