Skip to content

Commit 689ba09

Browse files
Update activesupport requirement from ~> 5.2.7 to ~> 7.1.5
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.2/activesupport/CHANGELOG.md) - [Commits](rails/rails@v5.2.7...v7.1.5.1) --- updated-dependencies: - dependency-name: activesupport dependency-version: 7.1.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dd77f53 commit 689ba09

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
@@ -3,7 +3,7 @@ source "https://rubygems.org"
33
# Specify your gem's dependencies in qiita-markdown.gemspec
44
gemspec
55

6-
gem "activesupport", "~> 5.2.7"
6+
gem "activesupport", "~> 7.1.5"
77
gem "bundler"
88
gem "codeclimate-test-reporter", "0.4.4"
99
gem "pry"

0 commit comments

Comments
 (0)