Compare commits

..

No commits in common. "82c543b1671e4be8763ec28233008c5964e9d80d" and "0e234b34a066acaf62f6dc3ea736aa9ce050fb5a" have entirely different histories.

View File

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