Add the rubytree gem
Some checks failed
Run unit tests / unit_tests (pull_request) Failing after 2m46s

This commit is contained in:
Manuel Bustillo 2024-07-30 19:54:28 +02:00
parent 7f872060d5
commit 626d6b6f88
2 changed files with 6 additions and 1 deletions

View File

@ -64,4 +64,5 @@ group :development do
end
gem "money"
gem 'acts-as-taggable-on'
gem 'acts-as-taggable-on'
gem "rubytree"

View File

@ -111,6 +111,7 @@ GEM
jbuilder (2.12.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.7.2)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
@ -221,6 +222,8 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.2)
rubytree (2.0.3)
json (~> 2.0, > 2.3.1)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
@ -272,6 +275,7 @@ DEPENDENCIES
rails (~> 7.1.3, >= 7.1.3.2)
redis (>= 4.0.1)
rspec-rails (~> 6.1.0)
rubytree
sprockets-rails
stimulus-rails
turbo-rails