Skip to content

Commit

Permalink
require Ruby 3.0 since we are not testing versions below 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beanieboi committed Feb 29, 2024
1 parent 8cefd43 commit f41889c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pliny.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ Gem::Specification.new do |gem|
gem.executables = %x{ git ls-files }.split("\n").select { |d| d =~ /^bin\// }.map { |d| d.gsub(/^bin\//, "") }
gem.files = %x{ git ls-files }.split("\n").select { |d| d =~ %r{^(License|README|bin/|data/|ext/|lib/|spec/|test/)} }

gem.required_ruby_version = ">= 3.0"

gem.add_dependency "activesupport", ">= 6.0", "< 8.0"
gem.add_dependency "multi_json", "~> 1.9", ">= 1.9.3"
gem.add_dependency "prmd", "~> 0.11", ">= 0.11.4"


gem.add_dependency "sinatra", ">= 2.0", "< 5.0"
gem.add_dependency "http_accept", "~> 0.1", ">= 0.1.5"
gem.add_dependency "sinatra-router", "~> 0.2", ">= 0.2.4"
Expand Down

0 comments on commit f41889c

Please sign in to comment.