Skip to content

Commit ae17342

Browse files
author
Mattia Roccoberton
committed
Set minimum Ruby version to 2.6
1 parent 534f724 commit ae17342

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

activeadmin_active_resource.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Gem::Specification.new do |spec|
2121
spec.files = Dir['{lib}/**/*', 'LICENSE.txt', 'Rakefile', 'README.md']
2222
spec.require_paths = ['lib']
2323

24+
spec.required_ruby_version = '>= 2.6.0'
25+
2426
spec.add_runtime_dependency 'activeadmin', '~> 2.0'
2527
spec.add_runtime_dependency 'activeresource', '>= 5.1'
2628

0 commit comments

Comments
 (0)