mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-04 14:41:59 +00:00 
			
		
		
		
	Merge pull request #1744 from saltycrys/crystal-0.36.1
Bump dependencies and update to Crystal 0.36.1
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -19,7 +19,7 @@ jobs:
 | 
			
		||||
      - name: Install Crystal
 | 
			
		||||
        uses: oprypin/install-crystal@v1.2.4
 | 
			
		||||
        with:
 | 
			
		||||
          crystal: 0.36.0
 | 
			
		||||
          crystal: 0.36.1
 | 
			
		||||
      
 | 
			
		||||
      - name: Cache Shards
 | 
			
		||||
        uses: actions/cache@v2
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
FROM crystallang/crystal:0.36.0-alpine AS builder
 | 
			
		||||
FROM crystallang/crystal:0.36.1-alpine AS builder
 | 
			
		||||
RUN apk add --no-cache curl sqlite-static
 | 
			
		||||
WORKDIR /invidious
 | 
			
		||||
COPY ./shard.yml ./shard.yml
 | 
			
		||||
 
 | 
			
		||||
@@ -22,7 +22,7 @@ shards:
 | 
			
		||||
 | 
			
		||||
  pg:
 | 
			
		||||
    git: https://github.com/will/crystal-pg.git
 | 
			
		||||
    version: 0.22.1
 | 
			
		||||
    version: 0.23.1
 | 
			
		||||
 | 
			
		||||
  pool:
 | 
			
		||||
    git: https://github.com/ysbaddaden/pool.git
 | 
			
		||||
@@ -38,5 +38,5 @@ shards:
 | 
			
		||||
 | 
			
		||||
  sqlite3:
 | 
			
		||||
    git: https://github.com/crystal-lang/crystal-sqlite3.git
 | 
			
		||||
    version: 0.17.0
 | 
			
		||||
    version: 0.18.0
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -12,10 +12,10 @@ targets:
 | 
			
		||||
dependencies:
 | 
			
		||||
  pg:
 | 
			
		||||
    github: will/crystal-pg
 | 
			
		||||
    version: ~> 0.22.1
 | 
			
		||||
    version: ~> 0.23.1
 | 
			
		||||
  sqlite3:
 | 
			
		||||
    github: crystal-lang/crystal-sqlite3
 | 
			
		||||
    version: ~> 0.17.0
 | 
			
		||||
    version: ~> 0.18.0
 | 
			
		||||
  kemal:
 | 
			
		||||
    github: kemalcr/kemal
 | 
			
		||||
    version: ~> 0.27.0
 | 
			
		||||
@@ -29,6 +29,6 @@ dependencies:
 | 
			
		||||
    github: iv-org/lsquic.cr
 | 
			
		||||
    version: ~> 2.18.1-1
 | 
			
		||||
 | 
			
		||||
crystal: 0.36.0
 | 
			
		||||
crystal: 0.36.1
 | 
			
		||||
 | 
			
		||||
license: AGPLv3
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user