Skip to content

Commit b0ecd75

Browse files
Update activesupport requirement from 8.0.1 to 8.1.0 (#36)
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.1.0/activesupport/CHANGELOG.md) - [Commits](rails/rails@v8.0.1...v8.1.0) --- updated-dependencies: - dependency-name: activesupport dependency-version: 8.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c05667 commit b0ecd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'activesupport', '8.0.2.1'
3+
gem 'activesupport', '8.1.1'
44
gem 'elasticsearch-xpack', '7.17.11'
55
gem 'fluentd', '1.18.0'
66
gem 'fluent-plugin-concat', '2.6.0'

0 commit comments

Comments
 (0)