Skip to content

Commit

Permalink
build(deps): update activesupport requirement from >= 5.2, < 7.0 to >…
Browse files Browse the repository at this point in the history
…= 5.2, < 8.0

Updates the requirements on [activesupport](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/v7.1.3.4/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v5.2.0...v6.1.7.8)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2024
1 parent 71f61eb commit 0563a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sensible_logging.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|

spec.require_paths = ['lib']

spec.add_runtime_dependency 'activesupport', '>= 5.2', '< 7.0'
spec.add_runtime_dependency 'activesupport', '>= 5.2', '< 8.0'
spec.add_runtime_dependency 'rack', '>= 2', '< 4'

spec.add_development_dependency 'bundler'
Expand Down

0 comments on commit 0563a2f

Please sign in to comment.