File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1818
1919uses : ruby/setup-ruby@v1 
2020        with :
21-           ruby-version : " 3.1 " 
21+           ruby-version : " 3.2 " 
2222          bundler-cache : true 
2323
2424      - run : bundle install 
Original file line number Diff line number Diff line change 11require : rubocop-performance 
22
33AllCops :
4-   TargetRubyVersion : 3.0.4  
4+   TargetRubyVersion : 3.1  
55  #  RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
66  #  to ignore them, so only the ones explicitly set in this file are enabled.
77  DisabledByDefault : true 
@@ -324,6 +324,7 @@ Style/FrozenStringLiteralComment:
324324Style/HashSyntax :
325325  Enabled : true 
326326  EnforcedStyle : ruby19_no_mixed_keys 
327+   EnforcedShorthandSyntax : either 
327328
328329Style/LambdaCall :
329330  Enabled : true 
Original file line number Diff line number Diff line change 11# frozen_string_literal: true 
22
33module  Canvas 
4-   VERSION  =  "4.12.0 " 
4+   VERSION  =  "4.12.1 " 
55end 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments