Skip to content

Commit

Permalink
Removed .ruby-version in favour of rubocop config (so CI can pass)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmoss committed Apr 3, 2024
1 parent 99c9a81 commit 0bbe55b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
AllCops:
TargetRubyVersion: 3.1
NewCops: enable
DisplayStyleGuide: true

Expand Down
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

2 changes: 1 addition & 1 deletion delivered.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/joelmoss/delivered'
s.licenses = ['MIT']
s.summary = 'Simple runtime type checking for Ruby method signatures'
s.required_ruby_version = '>= 3.2'
s.required_ruby_version = '>= 3.1'

s.metadata['homepage_uri'] = s.homepage
s.metadata['source_code_uri'] = s.homepage
Expand Down

0 comments on commit 0bbe55b

Please sign in to comment.