Skip to content

Commit

Permalink
Update rails requirement from ~> 7.0.0 to ~> 7.1.2
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.0.0...v7.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent fdff26b commit 2dfdff4
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 @@ -2,7 +2,7 @@ source 'https://rubygems.org'

gemspec

gem 'rails', '~> 7.0.0'
gem 'rails', '~> 7.1.2'
gem 'rspec'
gem 'rspec-rails', '~> 6.0'
gem 'sqlite3'
Expand Down

0 comments on commit 2dfdff4

Please sign in to comment.