Gemfile: restrict activesupport version range
This commit is contained in:
		
							parent
							
								
									29329fe739
								
							
						
					
					
						commit
						1a3967ac4f
					
				@ -33,7 +33,7 @@ group :sorbet, optional: true do
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
# vendored gems
 | 
			
		||||
gem "activesupport"
 | 
			
		||||
gem "activesupport", "< 7" # 7 requires Ruby 2.7
 | 
			
		||||
gem "concurrent-ruby"
 | 
			
		||||
gem "did_you_mean" # remove when HOMEBREW_REQUIRED_RUBY_VERSION >= 2.7
 | 
			
		||||
gem "mechanize"
 | 
			
		||||
 | 
			
		||||
@ -201,7 +201,7 @@ PLATFORMS
 | 
			
		||||
  ruby
 | 
			
		||||
 | 
			
		||||
DEPENDENCIES
 | 
			
		||||
  activesupport
 | 
			
		||||
  activesupport (< 7)
 | 
			
		||||
  bootsnap
 | 
			
		||||
  byebug
 | 
			
		||||
  concurrent-ruby
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user