Skip to content

Commit

Permalink
Update activesupport requirement from 7.2.1 to 7.2.1.1 (#116)
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/v7.2.1.1/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v7.2.1...v7.2.1.1)

---
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>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent b055a80 commit e6abb17
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.1'
gem 'activesupport', '7.2.1.1'
gem 'elasticsearch-xpack', '7.17.11'
gem 'fluentd', '1.17.1'
gem 'fluent-plugin-concat', '2.5.0'
Expand Down

0 comments on commit e6abb17

Please sign in to comment.