File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ gem 'bootstrap', '~> 5'
2222gem 'friendly_id'
2323gem 'haml'
2424gem 'high_voltage'
25- gem 'irb' # LOCKED: Added because of byebug
2625gem 'jquery-rails'
2726gem 'jquery-ui-rails'
2827
@@ -69,8 +68,6 @@ gem 'importmap-rails'
6968gem 'turbo-rails'
7069# Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
7170gem 'stimulus-rails'
72- # Build JSON APIs with ease [https://github.com/rails/jbuilder]
73- gem 'jbuilder'
7471gem 'public_activity'
7572
7673group :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'
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments