forked from External/greenlight
		
	Merge pull request #162 from zach-chai/update_ruby
update ruby to 2.3.4
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
FROM ruby:2.3.1
 | 
					FROM ruby:2.3.4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# app dependencies
 | 
					# app dependencies
 | 
				
			||||||
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
 | 
					RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
FROM ruby:2.3.1
 | 
					FROM ruby:2.3.4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# app dependencies
 | 
					# app dependencies
 | 
				
			||||||
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
 | 
					RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								Gemfile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Gemfile
									
									
									
									
									
								
							@@ -1,6 +1,6 @@
 | 
				
			|||||||
source 'https://rubygems.org'
 | 
					source 'https://rubygems.org'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ruby '2.3.1'
 | 
					ruby '2.3.4'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
 | 
					# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
 | 
				
			||||||
gem 'rails', '~> 5.0.0', '>= 5.0.0.1'
 | 
					gem 'rails', '~> 5.0.0', '>= 5.0.0.1'
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -256,7 +256,7 @@ DEPENDENCIES
 | 
				
			|||||||
  web-console
 | 
					  web-console
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUBY VERSION
 | 
					RUBY VERSION
 | 
				
			||||||
   ruby 2.3.1p112
 | 
					   ruby 2.3.4p301
 | 
				
			||||||
 | 
					
 | 
				
			||||||
BUNDLED WITH
 | 
					BUNDLED WITH
 | 
				
			||||||
   1.13.6
 | 
					   1.14.6
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user