Skip to content

Commit f41889c

Browse files
committed
require Ruby 3.0 since we are not testing versions below 3.0
1 parent 8cefd43 commit f41889c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pliny.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ Gem::Specification.new do |gem|
1515
gem.executables = %x{ git ls-files }.split("\n").select { |d| d =~ /^bin\// }.map { |d| d.gsub(/^bin\//, "") }
1616
gem.files = %x{ git ls-files }.split("\n").select { |d| d =~ %r{^(License|README|bin/|data/|ext/|lib/|spec/|test/)} }
1717

18+
gem.required_ruby_version = ">= 3.0"
19+
1820
gem.add_dependency "activesupport", ">= 6.0", "< 8.0"
1921
gem.add_dependency "multi_json", "~> 1.9", ">= 1.9.3"
2022
gem.add_dependency "prmd", "~> 0.11", ">= 0.11.4"
2123

22-
2324
gem.add_dependency "sinatra", ">= 2.0", "< 5.0"
2425
gem.add_dependency "http_accept", "~> 0.1", ">= 0.1.5"
2526
gem.add_dependency "sinatra-router", "~> 0.2", ">= 0.2.4"

0 commit comments

Comments
 (0)