File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed 
app/controllers/administrate Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -306,10 +306,10 @@ GEM
306306    rspec-mocks  (3.13.2 )
307307      diff-lcs  (>=  1.2.0 , <  2.0 )
308308      rspec-support  (~>  3.13.0 )
309-     rspec-rails  (7.1.0 )
310-       actionpack  (>=  7.0  )
311-       activesupport  (>=  7.0  )
312-       railties  (>=  7.0  )
309+     rspec-rails  (8.0.1 )
310+       actionpack  (>=  7.2  )
311+       activesupport  (>=  7.2  )
312+       railties  (>=  7.2  )
313313      rspec-core  (~>  3.13 )
314314      rspec-expectations  (~>  3.13 )
315315      rspec-mocks  (~>  3.13 )
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ def create
5454      else 
5555        render  :new ,  locals : { 
5656          page : Administrate ::Page ::Form . new ( dashboard ,  resource ) 
57-         } ,  status : :unprocessable_entity  
57+         } ,  status : :unprocessable_content  
5858      end 
5959    end 
6060
@@ -68,7 +68,7 @@ def update
6868      else 
6969        render  :edit ,  locals : { 
7070          page : Administrate ::Page ::Form . new ( dashboard ,  requested_resource ) 
71-         } ,  status : :unprocessable_entity  
71+         } ,  status : :unprocessable_content  
7272      end 
7373    end 
7474
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments