Skip to content

Commit 849f0cf

Browse files
authored
Merge pull request #46 from amatsuda/jbuilder
Unbundle jbuilder gem that we don't use in this app
2 parents 02abaf7 + 3f9423c commit 849f0cf

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

Gemfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ gem "turbo-rails"
2323
# Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
2424
gem "stimulus-rails"
2525

26-
# Build JSON APIs with ease [https://github.com/rails/jbuilder]
27-
gem "jbuilder"
28-
2926
# Use Redis adapter to run Action Cable in production
3027
# gem "redis", ">= 4.0.1"
3128

Gemfile.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,6 @@ GEM
145145
pp (>= 0.6.0)
146146
rdoc (>= 4.0.0)
147147
reline (>= 0.4.2)
148-
jbuilder (2.14.1)
149-
actionview (>= 7.0.0)
150-
activesupport (>= 7.0.0)
151148
jmespath (1.6.2)
152149
json (2.13.2)
153150
language_server-protocol (3.17.0.5)
@@ -355,7 +352,6 @@ DEPENDENCIES
355352
capybara
356353
debug
357354
importmap-rails
358-
jbuilder
359355
pg
360356
puma (>= 5.0)
361357
rails (~> 7.1.3, >= 7.1.3.4)

0 commit comments

Comments
 (0)