8000 Ruby 2.5 is EOL (part2) · egeek/ajax-datatables-rails@911a586 · GitHub
[go: up one dir, main page]

Skip to content

Commit 911a586

Browse files
committed
Ruby 2.5 is EOL (part2)
1 parent 448a754 commit 911a586

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AllCops:
22
NewCops: enable
33
SuggestExtensions: false
4-
TargetRubyVersion: 2.5
4+
TargetRubyVersion: 2.6
55
Exclude:
66
- bin/*
77
- lib/generators/**/*.rb

ajax-datatables-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
1919
'bug_tracker_uri' => 'https://github.com/jbox-web/ajax-datatables-rails/issues',
2020
}
2121

22-
s.required_ruby_version = '>= 2.5.0'
22+
s.required_ruby_version = '>= 2.6.0'
2323

2424
s.files = `git ls-files`.split("\n")
2525

0 commit comments

Comments
 (0)
0