Use ruby-2.7.4 (#16481)
Stop using older version of resolv gem as the bug has been fixed. https://bugs.ruby-lang.org/issues/17781
This commit is contained in:
		
							parent
							
								
									c8b0d987f7
								
							
						
					
					
						commit
						b9e9bb17d9
					
				
					 4 changed files with 2 additions and 6 deletions
				
			
		|  | @ -1 +1 @@ | |||
| 2.7.2 | ||||
| 2.7.4 | ||||
|  |  | |||
|  | @ -26,7 +26,7 @@ RUN ARCH= && \ | |||
| 	mv node-v$NODE_VER-linux-$ARCH /opt/node | ||||
| 
 | ||||
| # Install Ruby | ||||
| ENV RUBY_VER="2.7.2" | ||||
| ENV RUBY_VER="2.7.4" | ||||
| RUN apt-get update && \ | ||||
|   apt-get install -y --no-install-recommends build-essential \ | ||||
|     bison libyaml-dev libgdbm-dev libreadline-dev libjemalloc-dev \ | ||||
|  |  | |||
							
								
								
									
										2
									
								
								Gemfile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Gemfile
									
									
									
									
									
								
							|  | @ -155,5 +155,3 @@ gem 'concurrent-ruby', require: false | |||
| gem 'connection_pool', require: false | ||||
| 
 | ||||
| gem 'xorcist', '~> 1.1' | ||||
| 
 | ||||
| gem 'resolv', '~> 0.1.0' | ||||
|  |  | |||
|  | @ -491,7 +491,6 @@ GEM | |||
|     regexp_parser (2.1.1) | ||||
|     request_store (1.5.0) | ||||
|       rack (>= 1.4) | ||||
|     resolv (0.1.0) | ||||
|     responders (3.0.1) | ||||
|       actionpack (>= 5.0) | ||||
|       railties (>= 5.0) | ||||
|  | @ -764,7 +763,6 @@ DEPENDENCIES | |||
|   rdf-normalize (~> 0.4) | ||||
|   redis (~> 4.3) | ||||
|   redis-namespace (~> 1.8) | ||||
|   resolv (~> 0.1.0) | ||||
|   rqrcode (~> 2.0) | ||||
|   rspec-rails (~> 5.0) | ||||
|   rspec-sidekiq (~> 3.1) | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue