mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 00:47:46 -06:00
DEV: Add csv
to Gemfile to resolve Ruby 3.3 deprecation warning (#26995)
The following warning is being printed when running Discourse with Ruby 3.3 `warning: /usr/local/lib/ruby/3.3.0/csv.rb was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add csv to your Gemfile or gemspec.`
This commit is contained in:
parent
9bcbfbba43
commit
507e8d3120
1
Gemfile
1
Gemfile
@ -267,6 +267,7 @@ gem "net-http"
|
||||
gem "cgi", ">= 0.3.6", require: false
|
||||
|
||||
gem "tzinfo-data"
|
||||
gem "csv", require: false
|
||||
|
||||
# dependencies for the automation plugin
|
||||
gem "iso8601"
|
||||
|
@ -108,6 +108,7 @@ GEM
|
||||
crass (1.0.6)
|
||||
css_parser (1.17.1)
|
||||
addressable
|
||||
csv (3.3.0)
|
||||
date (3.3.4)
|
||||
debug_inspector (1.2.0)
|
||||
diff-lcs (1.5.1)
|
||||
@ -568,6 +569,7 @@ DEPENDENCIES
|
||||
cose
|
||||
cppjieba_rb
|
||||
css_parser
|
||||
csv
|
||||
diffy
|
||||
digest
|
||||
discourse-fonts
|
||||
|
Loading…
Reference in New Issue
Block a user