Skip to content

Commit

Permalink
hotfix; added faker
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Apr 6, 2022
1 parent 7e9d3a7 commit 23f0aa4
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -41,7 +32,6 @@ end

group :test do
gem "factory_bot_rails"
gem "faker"
gem "database_cleaner"
gem "webmock"
end
Expand Down

0 comments on commit 23f0aa4

Please sign in to comment.