Fix build of Docker image #167

Merged
bustikiller merged 1 commits from fix-build into main 2024-12-07 19:29:38 +00:00
Showing only changes of commit dfe914a0b8 - Show all commits

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