Skip to content

Commit

Permalink
Fix rubocop offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
luciagirasoles committed Sep 2, 2024
1 parent 48a758d commit c9f32b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ end
group :test do
gem 'capybara', '>=3.39.2'
gem 'factory_bot_rails', '~> 6.4.3'
gem 'launchy', '~>3.0.1'
gem 'selenium-webdriver', '~> 4.24'
gem 'shoulda-matchers', '~>5.3.0'
gem 'launchy', '~>3.0.1'
end

# bug deprecate gems inalert
gem 'mutex_m', '~> 0.2.0'
# bug deprecate gems not longer in ruby standard warning
gem 'drb', '~> 2.2.1'
gem 'mutex_m', '~> 0.2.0'

0 comments on commit c9f32b9

Please sign in to comment.