Skip to content

Commit 0cdb609

Browse files
Update rails requirement from >= 6.1, < 8.0 to >= 6.1, < 9.0
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@v6.1.0...v8.0.0) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 135f0a3 commit 0cdb609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client_side_validations.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ Gem::Specification.new do |spec|
2828
spec.required_ruby_version = '>= 2.7'
2929

3030
spec.add_dependency 'js_regex', '~> 3.7'
31-
spec.add_dependency 'rails', '>= 6.1', '< 8.0'
31+
spec.add_dependency 'rails', '>= 6.1', '< 9.0'
3232
end

0 commit comments

Comments
 (0)