Fix build of Docker image
All checks were successful
Check usage of free licenses / check-licenses (pull_request) Successful in 58s
Add copyright notice / copyright_notice (pull_request) Successful in 1m17s
Run unit tests / unit_tests (pull_request) Successful in 1m53s

This commit is contained in:
Manuel Bustillo 2024-12-07 20:27:28 +01:00
parent 0e234b34a0
commit dfe914a0b8

View File

@ -22,6 +22,7 @@ gem 'react-rails'
gem 'rubytree'
gem 'acts_as_tenant'
gem 'httparty'
gem 'rswag'
group :development, :test do
gem 'annotaterb'
@ -30,7 +31,6 @@ group :development, :test do
gem 'license_finder'
gem 'pry'
gem 'rspec-rails', '~> 7.1.0'
gem 'rswag'
gem 'shoulda-matchers', '~> 6.0'
end