Skip to content

Commit 6229b51

Browse files
authored
Ruby updates (#150)
* Ruby 4.0.1 * Drop old rubies * Bump minimal ruby version require to 3.4.0
1 parent 755416a commit 6229b51

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/rspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
ruby: ["3.1", "3.2", "3.3", "3.4", "4.0", "head"]
24+
ruby: ["3.4", "4.0", "head"]
2525

2626
steps:
2727
- name: Harden the runner (Audit all outbound calls)

.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.

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0
1+
4.0.1

.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)