Skip to content

Commit

Permalink
Merge branch 'irb' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrlc committed Sep 18, 2024
2 parents 654c8b5 + 2f8f1cd commit 4c423ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ gem 'devise_invitable'
gem 'dotenv-rails'
gem 'font-awesome-rails'
gem 'friendly_id'
gem 'irb'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.5'
gem 'jquery-rails'
Expand Down Expand Up @@ -87,5 +88,4 @@ end

group :development, :integration, :test do
gem 'byebug' # debugging
gem 'irb'
end

0 comments on commit 4c423ac

Please sign in to comment.