Skip to content

Commit

Permalink
remove useless gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Holist committed Oct 2, 2024
1 parent 823c680 commit 2d51d1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ group :development, :test do
gem "rspec-rails"
# Strategies for cleaning databases. Can be used to ensure a clean slate for testing.
gem "database_cleaner"
# https://github.com/DatabaseCleaner/database_cleaner-active_record/blob/main/CHANGELOG.md#v210-2023-02-17
gem "database_cleaner-active_record", "~> 2.2" # For Rails 7.1 Support
gem "factory_bot_rails"
gem "rubocop"
gem "rubocop-rails"
Expand Down
1 change: 0 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,6 @@ DEPENDENCIES
capybara (>= 2.15)
chartkick
database_cleaner
database_cleaner-active_record (~> 2.2)
dotenv-rails
factory_bot_rails
faraday
Expand Down

0 comments on commit 2d51d1a

Please sign in to comment.