Skip to content

Commit

Permalink
Fix deprecated message info
Browse files Browse the repository at this point in the history
  • Loading branch information
luciagirasoles committed Sep 2, 2024
1 parent 993f073 commit 7ee40e6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
12 changes: 5 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem 'sassc-rails', '~> 2.1.2'
gem 'shakapacker', '= 7.2.1'
gem 'slack-ruby-client', '~> 2.0.0'

gem 'bootsnap', '>= 1.4.4', require: false
gem 'bootsnap', '>= 1.18.4', require: false
gem 'jwt', '>= 2.6.0'
gem 'pundit', '>= 2.3.0'

Expand Down Expand Up @@ -72,14 +72,12 @@ end

group :test do
gem 'capybara', '>=3.39.2'
gem 'factory_bot_rails', '~> 6.2.0'
gem 'factory_bot_rails', '~> 6.4.3'
gem 'selenium-webdriver', '~> 4.24'
gem 'shoulda-matchers', '~>5.3.0'
gem 'launchy', '~>3.0.1'
end

gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

# Explicitly depend on and compile nokogiri
# so we can run CI on Ruby head
gem 'nokogiri', '~> 1.16', force_ruby_platform: true
# bug deprecate gems inalert
gem 'mutex_m', '~> 0.2.0'
gem 'drb', '~> 2.2.1'
14 changes: 9 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,12 @@ GEM
responders
warden (~> 1.2.3)
diff-lcs (1.5.1)
drb (2.2.1)
erubi (1.13.0)
factory_bot (6.2.1)
factory_bot (6.4.6)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faker (2.18.0)
i18n (>= 1.6, < 2)
Expand Down Expand Up @@ -212,6 +213,7 @@ GEM
multi_xml (0.7.1)
bigdecimal (~> 3.1)
multipart-post (2.4.1)
mutex_m (0.2.0)
net-http (0.4.1)
uri
net-imap (0.4.15)
Expand Down Expand Up @@ -421,13 +423,14 @@ PLATFORMS

DEPENDENCIES
annotate (~> 3.2.0)
bootsnap (>= 1.4.4)
bootsnap (>= 1.18.4)
byebug
capybara (>= 3.39.2)
cssbundling-rails (~> 1.1)
debug (~> 1.7.1)
devise (~> 4.9.2)
factory_bot_rails (~> 6.2.0)
drb (~> 2.2.1)
factory_bot_rails (~> 6.4.3)
faker (~> 2.18.0)
google_drive!
httpparty (~> 0.2)
Expand All @@ -436,6 +439,7 @@ DEPENDENCIES
jwt (>= 2.6.0)
launchy (~> 3.0.1)
listen (~> 3.3)
mutex_m (~> 0.2.0)
nokogiri (~> 1.16)
pagy (~> 6.2)
pg (~> 1.4.5)
Expand Down

0 comments on commit 7ee40e6

Please sign in to comment.