diff --git a/Gemfile b/Gemfile index bddc997..b522b01 100644 --- a/Gemfile +++ b/Gemfile @@ -9,20 +9,11 @@ gem "mysql2", "~> 0.5" gem "puma", "~> 5.0" # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem "jbuilder", "~> 2.7" -# Use Redis adapter to run Action Cable in production -# gem 'redis', '~> 4.0' -# Use Active Model has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Active Storage variant -# gem 'image_processing', '~> 1.2' +gem "faker" # needed for the dev_seed task. # Reduces boot times through caching; required in config/boot.rb gem "bootsnap", ">= 1.4.4", require: false -# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible -# gem 'rack-cors' - gem "amazing_print" gem "rails_semantic_logger" @@ -41,7 +32,6 @@ end group :test do gem "factory_bot_rails" - gem "faker" gem "database_cleaner" gem "webmock" end