forked from cybrespace/mastodon
		
	Decommission support for Ruby 2.4 (#13287)
* Update Gemfile * Update README.md
This commit is contained in:
		
							parent
							
								
									61f35c1a8a
								
							
						
					
					
						commit
						b5dace62b0
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										2
									
								
								Gemfile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Gemfile
									
										
									
									
									
								
							| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
# frozen_string_literal: true
 | 
					# frozen_string_literal: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
source 'https://rubygems.org'
 | 
					source 'https://rubygems.org'
 | 
				
			||||||
ruby '>= 2.4.0', '< 3.0.0'
 | 
					ruby '>= 2.5.0', '< 3.0.0'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
gem 'pkg-config', '~> 1.4'
 | 
					gem 'pkg-config', '~> 1.4'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -68,8 +68,8 @@ Mastodon acts as an OAuth2 provider so 3rd party apps can use the REST and Strea
 | 
				
			||||||
**Requirements:**
 | 
					**Requirements:**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- **PostgreSQL** 9.5+
 | 
					- **PostgreSQL** 9.5+
 | 
				
			||||||
- **Redis**
 | 
					- **Redis** 4+
 | 
				
			||||||
- **Ruby** 2.4+
 | 
					- **Ruby** 2.5+
 | 
				
			||||||
- **Node.js** 10.13+
 | 
					- **Node.js** 10.13+
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The repository includes deployment configurations for **Docker and docker-compose**, but also a few specific platforms like **Heroku**, **Scalingo**, and **Nanobox**. The [**stand-alone** installation guide](https://docs.joinmastodon.org/admin/install/) is available in the documentation.
 | 
					The repository includes deployment configurations for **Docker and docker-compose**, but also a few specific platforms like **Heroku**, **Scalingo**, and **Nanobox**. The [**stand-alone** installation guide](https://docs.joinmastodon.org/admin/install/) is available in the documentation.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue