mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-21 14:19:39 +02:00
Remove unused Gem jbuilder
This commit is contained in:
parent
259866ea0d
commit
d165ddc1fc
2 changed files with 5 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -29,6 +29,7 @@ gem "good_job"
|
||||||
# Other
|
# Other
|
||||||
gem "bcrypt", "~> 3.1.7"
|
gem "bcrypt", "~> 3.1.7"
|
||||||
gem "inline_svg"
|
gem "inline_svg"
|
||||||
|
gem "jbuilder"
|
||||||
gem "tzinfo-data", platforms: %i[ windows jruby ]
|
gem "tzinfo-data", platforms: %i[ windows jruby ]
|
||||||
gem "faraday"
|
gem "faraday"
|
||||||
|
|
||||||
|
|
|
@ -193,6 +193,9 @@ GEM
|
||||||
irb (1.11.2)
|
irb (1.11.2)
|
||||||
rdoc
|
rdoc
|
||||||
reline (>= 0.4.2)
|
reline (>= 0.4.2)
|
||||||
|
jbuilder (2.11.5)
|
||||||
|
actionview (>= 5.0.0)
|
||||||
|
activesupport (>= 5.0.0)
|
||||||
json (2.7.1)
|
json (2.7.1)
|
||||||
language_server-protocol (3.17.0.3)
|
language_server-protocol (3.17.0.3)
|
||||||
launchy (2.5.2)
|
launchy (2.5.2)
|
||||||
|
@ -401,6 +404,7 @@ DEPENDENCIES
|
||||||
i18n-tasks
|
i18n-tasks
|
||||||
importmap-rails
|
importmap-rails
|
||||||
inline_svg
|
inline_svg
|
||||||
|
jbuilder
|
||||||
letter_opener
|
letter_opener
|
||||||
lucide-rails!
|
lucide-rails!
|
||||||
pg (~> 1.5)
|
pg (~> 1.5)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue