Skip to content

Commit

Permalink
Ruby 3.4 and drop ruby 3.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
knapo committed Feb 4, 2025
1 parent 2d7a5f5 commit 31ab42d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ inherit_from:
- https://raw.githubusercontent.com/RenoFi/rubocop/main/rspec.yml

AllCops:
TargetRubyVersion: 3.2
TargetRubyVersion: 3.3

Gemspec/RequiredRubyVersion:
Include:
- 3.2
- 3.3
- 3.4

Naming/FileName:
Exclude:
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.2)
rubocop (1.71.1)
rubocop (1.71.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -118,4 +118,4 @@ DEPENDENCIES
sqlite3 (~> 2.5)

BUNDLED WITH
2.6.3
2.6.2
2 changes: 1 addition & 1 deletion fishplate.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.required_ruby_version = Gem::Requirement.new('>= 3.2.0')
spec.required_ruby_version = Gem::Requirement.new('>= 3.3.0')

spec.add_dependency 'a9n', '~> 1.0'
spec.add_dependency 'activemodel', '~> 8.0'
Expand Down

0 comments on commit 31ab42d

Please sign in to comment.