Skip to content

Commit b986c08

Browse files
committed
Bump version to 8.0.0
1 parent e16aa44 commit b986c08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.0
1+
8.0.0

dry_crud.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ to DRY up the CRUD code in your Rails project. Start with these elements and
2323
build a clean base to efficiently develop your application upon.
2424
END
2525

26-
spec.add_dependency 'rails', '>= 7.1'
26+
spec.add_dependency 'rails', '>= 8.0'
2727

2828
readmes = FileList.new('*') do |list|
2929
list.exclude(/(^|[^.a-z])[a-z]+/)

0 commit comments

Comments
 (0)