We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16aa44 commit b986c08Copy full SHA for b986c08
VERSION
@@ -1 +1 @@
1
-7.1.0
+8.0.0
dry_crud.gemspec
@@ -23,7 +23,7 @@ to DRY up the CRUD code in your Rails project. Start with these elements and
23
build a clean base to efficiently develop your application upon.
24
END
25
26
- spec.add_dependency 'rails', '>= 7.1'
+ spec.add_dependency 'rails', '>= 8.0'
27
28
readmes = FileList.new('*') do |list|
29
list.exclude(/(^|[^.a-z])[a-z]+/)
0 commit comments