Skip to content

Commit 4123c99

Browse files
committed
Move irb gem to dev & test group
1 parent 2eeb861 commit 4123c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
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

@@ -89,6 +88,7 @@ group :development, :test do
8988
gem 'dotenv-rails'
9089
gem 'fabrication'
9190
gem 'faker'
91+
gem 'irb' # LOCKED: Added because of byebug
9292
gem 'launchy'
9393
gem 'pry-rails'
9494
gem 'pry-byebug'

0 commit comments

Comments
 (0)