Merge pull request #12575 from Bo98/activesupport-no-7
Gemfile: restrict activesupport version range
This commit is contained in:
		
						commit
						47c9dafcb2
					
				@ -33,7 +33,7 @@ group :sorbet, optional: true do
 | 
				
			|||||||
end
 | 
					end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# vendored gems
 | 
					# vendored gems
 | 
				
			||||||
gem "activesupport"
 | 
					gem "activesupport", "< 7" # 7 requires Ruby 2.7
 | 
				
			||||||
gem "concurrent-ruby"
 | 
					gem "concurrent-ruby"
 | 
				
			||||||
gem "did_you_mean" # remove when HOMEBREW_REQUIRED_RUBY_VERSION >= 2.7
 | 
					gem "did_you_mean" # remove when HOMEBREW_REQUIRED_RUBY_VERSION >= 2.7
 | 
				
			||||||
gem "mechanize"
 | 
					gem "mechanize"
 | 
				
			||||||
 | 
				
			|||||||
@ -201,7 +201,7 @@ PLATFORMS
 | 
				
			|||||||
  ruby
 | 
					  ruby
 | 
				
			||||||
 | 
					
 | 
				
			||||||
DEPENDENCIES
 | 
					DEPENDENCIES
 | 
				
			||||||
  activesupport
 | 
					  activesupport (< 7)
 | 
				
			||||||
  bootsnap
 | 
					  bootsnap
 | 
				
			||||||
  byebug
 | 
					  byebug
 | 
				
			||||||
  concurrent-ruby
 | 
					  concurrent-ruby
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user