File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 121121 concurrent-ruby (1.3.5 )
122122 connection_pool (2.5.3 )
123123 crass (1.0.6 )
124+ csv (3.3.5 )
124125 daemons (1.4.1 )
125126 date (3.4.1 )
126127 debug (1.10.0 )
@@ -327,6 +328,7 @@ DEPENDENCIES
327328 capistrano-rvm (~> 0.1.2 )
328329 capistrano-yarn (~> 2.0.2 )
329330 capistrano3-delayed-job (~> 1.7.6 )
331+ csv (~> 3.3 , >= 3.3.5 )
330332 debug
331333 delayed_job_active_record
332334 docker-api (~> 2.4.0 )
Original file line number Diff line number Diff line change 22let
33 dev = fetchTarball "https://github.com/numtide/devshell/archive/main.tar.gz" ;
44 devshell = pkgs . devshell or ( import dev { inherit system ; } ) ;
5- ruby = pkgs . ruby_3_3 ;
5+ ruby = pkgs . ruby_3_4 ;
66in
77devshell . mkShell {
88 name = "Dolos API server" ;
@@ -19,7 +19,7 @@ devshell.mkShell {
1919 docker-compose
2020 ] ;
2121 language . ruby = {
22- package = ( pkgs . lowPrio ruby ) ;
22+ package = ruby ;
2323 nativeDeps = with pkgs ; [ libmysqlclient libyaml ] ;
2424 } ;
2525 env = [
You can’t perform that action at this time.
0 commit comments