Skip to content

Commit

Permalink
Update activesupport requirement from 7.2.2 to 8.0.0 (#121)
Browse files Browse the repository at this point in the history
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/v8.0.0/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v7.2.2...v8.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: André Bauer <[email protected]>
  • Loading branch information
dependabot[bot] and monotek authored Nov 11, 2024
1 parent 1e69670 commit 88d4bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'activesupport', '7.2.2'
gem 'activesupport', '8.0.0'
gem 'elasticsearch-xpack', '7.17.11'
gem 'fluentd', '1.17.1'
gem 'fluent-plugin-concat', '2.5.0'
Expand Down

0 comments on commit 88d4bcc

Please sign in to comment.