Skip to content

Commit 2d470c3

Browse files
authored
Ruby 4.0 (#210)
1 parent 28e572d commit 2d470c3

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/rspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
ruby: ["3.4", "4.0", "head"]
25+
ruby: ["4.0", "head"]
2626

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

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins:
55
- rubocop-disable_syntax
66

77
AllCops:
8-
TargetRubyVersion: 3.4
8+
TargetRubyVersion: 4.0
99
NewCops: enable
1010

1111
# 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.4
1+
ruby_version: 4.0

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ CHECKSUMS
137137
unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f
138138

139139
BUNDLED WITH
140-
4.0.8
140+
4.0.10

errbit_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 = "Base to create an errbit plugin"
1313
spec.homepage = "https://github.com/errbit/errbit_plugin"
1414
spec.license = "MIT"
15-
spec.required_ruby_version = ">= 3.4.0"
15+
spec.required_ruby_version = ">= 4.0.0"
1616

1717
spec.metadata["homepage_uri"] = spec.homepage
1818
spec.metadata["source_code_uri"] = spec.homepage

0 commit comments

Comments
 (0)