Skip to content

Commit

Permalink
Add csv and logger gems to remove warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kigster committed Sep 23, 2024
1 parent d5c65ff commit 9e893cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ gem 'cssbundling-rails'
# Build JSON APIs with ease [https://github.com/rails/jbuilder]
gem 'jbuilder'

# Gems that used to be in Standard Library, but are no longer
gem 'logger' # removed from stdlib with ruby 3.5
gem 'csv' # removed from stdlib with ruby 3.4

# Redis
gem 'redis' # , '>= 4.0.1'

Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ GEM
crass (1.0.6)
cssbundling-rails (1.4.1)
railties (>= 6.0.0)
csv (3.3.0)
dalli (3.2.8)
data_migrate (11.0.0)
activerecord (>= 6.1)
Expand Down Expand Up @@ -200,6 +201,7 @@ GEM
railties (>= 6.0.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
logger (1.6.1)
lograge (0.14.0)
actionpack (>= 4)
activesupport (>= 4)
Expand Down Expand Up @@ -478,6 +480,7 @@ DEPENDENCIES
colorize
country_select
cssbundling-rails
csv
dalli
data_migrate
debug
Expand All @@ -492,6 +495,7 @@ DEPENDENCIES
hashie
jbuilder
jsbundling-rails
logger
lograge
logstash-event
mini_magick
Expand Down

0 comments on commit 9e893cf

Please sign in to comment.