Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Update railties requirement from >= 4, < 5.3 to >= 4, < 6.1 #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update railties requirement from >= 4, < 5.3 to >= 4, < 6.1
Updates the requirements on [railties](https://github.com/rails/rails) to permit the latest version.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v6.0.0/railties/CHANGELOG.md)
- [Commits](rails/rails@v4.0.0...v5.2.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Sep 6, 2019
commit 31a7d16815dc6cb0c46d6d45b0c427cc467fc3d7
2 changes: 1 addition & 1 deletion act-fluent-logger-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Gem::Specification.new do |gem|

gem.add_development_dependency "rspec", '~> 3.5.0'
gem.add_runtime_dependency "fluent-logger"
gem.add_runtime_dependency "railties", ">= 4", "< 5.3"
gem.add_runtime_dependency "railties", ">= 4", "< 6.1"
gem.add_runtime_dependency "activesupport", ">= 4", "< 5.3"
end