File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ git_source(:github) do |repo_name|
66 "https://github.com/#{ repo_name } .git"
77end
88
9+ gem "mutex_m" , "~> 0.3.0"
10+ gem "csv" , "~> 3.3"
11+
912gem 'rails' , '~> 8.0.2'
1013gem 'zeitwerk' , '~> 2.6.18' # keep zeitwerk 2.6 until Ruby is 3.2 or higher
1114gem 'pg' , '~> 1.6.2'
Original file line number Diff line number Diff line change 103103 crack (0.4.5 )
104104 rexml
105105 crass (1.0.6 )
106+ csv (3.3.5 )
106107 date (3.5.1 )
107108 debug_inspector (1.2.0 )
108109 docile (1.3.5 )
211212 multipart-post (2.1.1 )
212213 mustermann (2.0.2 )
213214 ruby2_keywords (~> 0.0.1 )
215+ mutex_m (0.3.0 )
214216 net-imap (0.5.12 )
215217 date
216218 net-protocol
@@ -415,13 +417,15 @@ DEPENDENCIES
415417 bootsnap (>= 1.4.4 )
416418 bugsnag
417419 codecov
420+ csv (~> 3.3 )
418421 httpclient !
419422 k8s-ruby
420423 license_finder (~> 7.0.1 )
421424 lograge
422425 message_bus
423426 minitest-reporters
424427 minitest-stub-const
428+ mutex_m (~> 0.3.0 )
425429 oauth2
426430 pg (~> 1.6.2 )
427431 prometheus-client (~> 2.1.0 )
You can’t perform that action at this time.
0 commit comments