Skip to content

Commit

Permalink
Supporting Ruby 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pnegri committed Aug 23, 2022
1 parent b8fbe5d commit ba9a131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require:
- rubocop-rake

AllCops:
TargetRubyVersion: 2.6
TargetRubyVersion: 2.5
SuggestExtensions: false

Style/StringLiterals:
Expand Down
2 changes: 1 addition & 1 deletion uuid_attribute.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.summary = "UUID attribute for ActiveRecord"
spec.description = "UUID attribute for ActiveRecord"
spec.homepage = "https://github.com/iugu/uuid_attribute"
spec.required_ruby_version = ">= 2.6.0"
spec.required_ruby_version = ">= 2.5.0"
spec.metadata = {
"homepage_uri" => "https://github.com/iugu/uuid_attribute",
"documentation_uri" => "https://github.com/iugu/uuid_attribute",
Expand Down

0 comments on commit ba9a131

Please sign in to comment.