Skip to content

Commit ffa0b17

Browse files
Remove jbuilder
It was not used, and this older version was relying on ActiveSupport::ProxyObject which was deprecated in Rails 7.2
1 parent 16edd17 commit ffa0b17

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ gem "puma"
99
gem "importmap-rails"
1010
# gem "turbo-rails"
1111
gem "stimulus-rails"
12-
gem "jbuilder"
1312
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
1413
gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ]
1514
gem "bootsnap", require: false

Gemfile.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ GEM
126126
pp (>= 0.6.0)
127127
rdoc (>= 4.0.0)
128128
reline (>= 0.4.2)
129-
jbuilder (2.11.5)
130-
actionview (>= 5.0.0)
131-
activesupport (>= 5.0.0)
132129
json (2.13.2)
133130
kramdown (2.4.0)
134131
rexml
@@ -291,7 +288,6 @@ DEPENDENCIES
291288
equivalent-xml
292289
importmap-rails
293290
inline_svg (~> 1.7)
294-
jbuilder
295291
kramdown (~> 2.3)
296292
kramdown-parser-gfm (~> 1.1)
297293
pg

0 commit comments

Comments
 (0)