Skip to content

Commit

Permalink
Avoid warnings about gems on starting Rails
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Jun 4, 2024
1 parent ed13269 commit f4e5b61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ gem "honeybadger"
gem "importmap-rails"
gem "mail", ">= 2.8.0.rc1"
gem "tzinfo-data"
gem "mutex_m" # Added to avoid: warning: mutex_m was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add mutex_m to your Gemfile or gemspec. Also contact author of activesupport-7.0.8.4 to add mutex_m into its gemspec.
gem "base64" # Added to avoid: warning: base64 was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add base64 to your Gemfile or gemspec. Also contact author of activesupport-7.0.8.4 to add base64 into its gemspec.

# Assets
gem "sassc-rails"
Expand All @@ -33,3 +35,4 @@ group :test do
gem "capybara"
gem "factory_bot_rails"
end

4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ GEM
autoprefixer-rails (10.4.16.0)
execjs (~> 2)
barsoom_utils (0.2.0.45)
base64 (0.2.0)
bigdecimal (3.1.8)
bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1)
Expand Down Expand Up @@ -138,6 +139,7 @@ GEM
minitest (5.23.1)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
mutex_m (0.2.0)
net-imap (0.4.12)
date
net-protocol
Expand Down Expand Up @@ -276,6 +278,7 @@ PLATFORMS
DEPENDENCIES
attr_extras
barsoom_utils
base64
bootstrap-sass
bootstrap_forms!
capybara
Expand All @@ -284,6 +287,7 @@ DEPENDENCIES
httparty
importmap-rails
mail (>= 2.8.0.rc1)
mutex_m
pg
pry
puma
Expand Down

0 comments on commit f4e5b61

Please sign in to comment.