File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 88    - master 
99jobs :
1010  test :
11-     name : Tests with Ruby ${{ matrix.ruby-version }} Rails ${{ matrix.rails }}  
11+     name : Tests with Ruby ${{ matrix.ruby-version }} 
1212    runs-on : ubuntu-latest 
1313    strategy :
1414      matrix :
1717        - 3.2 
1818        - 3.3 
1919        - 3.4 
20-         rails :
21-         - ' 7.0.0' 
22-         - ' 7.1.0' 
23-         - ' 7.2.0' 
24-         - ' 8.0.0' 
25-     env :
26-       RAILS_VERSION : ${{ matrix.rails }} 
2720    steps :
2821    - uses : actions/checkout@v3 
2922    - uses : ruby/setup-ruby@v1 
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313  s . description  =  %q{This gem adds possibility to access http response object from result of ActiveResource::Base find method } 
1414  s . license      =  'MIT' 
1515
16-   s . add_runtime_dependency ( 'activeresource' ,  [ '>= 3 ' ,  '< 6.2' ] ) 
16+   s . add_runtime_dependency ( 'activeresource' ,  [ '>= 6.1 ' ,  '< 6.2' ] ) 
1717  s . add_dependency  "jruby-openssl"  if  RUBY_PLATFORM  == "java" 
1818  s . add_development_dependency  "minitest" 
1919  s . add_development_dependency  'rake' 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments