Skip to content

Commit

Permalink
Minimum Ruby 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
reidmorrison committed Jun 17, 2021
1 parent abd577b commit 3d9276c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails_semantic_logger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.summary = "Feature rich logging framework that replaces the Rails logger."
spec.files = Dir["lib/**/*", "LICENSE.txt", "Rakefile", "README.md"]
spec.license = "Apache-2.0"
spec.required_ruby_version = ">= 2.3"
spec.required_ruby_version = ">= 2.5"
spec.add_dependency "rack"
spec.add_dependency "railties", ">= 3.2"
spec.add_dependency "semantic_logger", "~> 4.8"
Expand Down

0 comments on commit 3d9276c

Please sign in to comment.