Skip to content

Commit a649e50

Browse files
authored
Merge pull request #2400 from gnclmorais/remove-jbuilder-gem
Remove unused gem jbuilder
2 parents 9999a63 + 4123c99 commit a649e50

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Gemfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ gem 'bootstrap', '~> 5'
2222
gem 'friendly_id'
2323
gem 'haml'
2424
gem 'high_voltage'
25-
gem 'irb' # LOCKED: Added because of byebug
2625
gem 'jquery-rails'
2726
gem 'jquery-ui-rails'
2827

@@ -69,8 +68,6 @@ gem 'importmap-rails'
6968
gem 'turbo-rails'
7069
# Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
7170
gem 'stimulus-rails'
72-
# Build JSON APIs with ease [https://github.com/rails/jbuilder]
73-
gem 'jbuilder'
7471
gem 'public_activity'
7572

7673
group :development do
@@ -91,6 +88,7 @@ group :development, :test do
9188
gem 'dotenv-rails'
9289
gem 'fabrication'
9390
gem 'faker'
91+
gem 'irb' # LOCKED: Added because of byebug
9492
gem 'launchy'
9593
gem 'pry-rails'
9694
gem 'pry-byebug'

Gemfile.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,6 @@ GEM
245245
pp (>= 0.6.0)
246246
rdoc (>= 4.0.0)
247247
reline (>= 0.4.2)
248-
jbuilder (2.14.1)
249-
actionview (>= 7.0.0)
250-
activesupport (>= 7.0.0)
251248
jmespath (1.6.2)
252249
jquery-rails (4.6.0)
253250
rails-dom-testing (>= 1, < 3)
@@ -624,7 +621,6 @@ DEPENDENCIES
624621
image_processing
625622
importmap-rails
626623
irb
627-
jbuilder
628624
jquery-rails
629625
jquery-ui-rails
630626
launchy

0 commit comments

Comments
 (0)