Skip to content

Commit 2f7d587

Browse files
Update rails requirement from 8.0.1 to 8.0.2 (#54)
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@v8.0.1...v8.0.2) --- updated-dependencies: - dependency-name: rails dependency-version: 8.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0718fe3 commit 2f7d587

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gemspec
66

77
group :test do
88
gem 'fiddle', '~> 1.1', platforms: %i[mingw mswin x64_mingw]
9-
gem 'rails', '8.0.1'
9+
gem 'rails', '8.0.2'
1010
gem 'rake', '~> 13.0'
1111
gem 'rubocop', '~> 1.0'
1212
gem 'rubocop-performance', '~> 1.5'

0 commit comments

Comments
 (0)