Skip to content

Commit

Permalink
Update rails requirement from 7.1.3.4 to 7.1.4 (#52)
Browse files Browse the repository at this point in the history
Updates the requirements on [rails](https://github.com/rails/rails) to permit the latest version.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v7.1.3.4...v7.1.4)

---
updated-dependencies:
- dependency-name: rails
  dependency-type: direct:development
...

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 Sep 1, 2024
1 parent 560c724 commit e7c4106
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
Expand Up @@ -5,7 +5,7 @@ source 'https://rubygems.org'
gemspec

group :test do
gem 'rails', '7.1.3.4'
gem 'rails', '7.1.4'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.0'
gem 'rubocop-performance', '~> 1.5'
Expand Down

0 comments on commit e7c4106

Please sign in to comment.