Skip to content

Commit

Permalink
Update required ruby version to allow for ActiveSupport 8
Browse files Browse the repository at this point in the history
  • Loading branch information
beatmadsen committed Nov 9, 2024
1 parent acbe56a commit c4df93f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
ruby:
- '3.1'
- '3.2'

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require:
- rubocop-rake

AllCops:
TargetRubyVersion: 3.1
TargetRubyVersion: 3.2
NewCops: enable


Expand Down
2 changes: 1 addition & 1 deletion files_in_my_diff.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|

spec.homepage = 'https://github.com/beatmadsen/files-in-my-diff'
spec.license = 'MIT'
spec.required_ruby_version = '>= 3.1'
spec.required_ruby_version = '>= 3.2'

spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://github.com/beatmadsen/files-in-my-diff'
Expand Down

0 comments on commit c4df93f

Please sign in to comment.