diff options
author | HombreLaser <sebastian-440@live.com> | 2023-02-23 17:32:46 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-02-23 17:32:46 -0600 |
commit | f7a0fb572e4518146ec9cb29669d12cd22b4dc11 (patch) | |
tree | 8c14c43fdb7f67d188a386643a3d766c42000c6d /Gemfile | |
parent | 42671b4b5f38064faba02c6e220c425f39afd87c (diff) |
Añade gemas para specs
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -53,6 +53,8 @@ gem 'jwt' group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem 'debug', platforms: %i[mri mingw x64_mingw] + gem 'factory_bot' + gem 'faker' gem 'rspec-rails', '~> 6.0.0' gem 'shoulda-matchers', '~> 5.0' end |