Skip to content

Commit

Permalink
Add irb gem to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Dec 12, 2023
1 parent 0caa388 commit 084e64f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ gem "meta-tags"
# A sitemap generator gem for Rails
gem "sitemap_generator", "~> 6.3"

# Tool to interactively execute Ruby expressions read from the standard input.
gem "irb", "~> 1.8"

group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[mri windows]
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ DEPENDENCIES
error_highlight (>= 0.4.0)
frozen_record (~> 0.27.0)
git (~> 1.18)
irb (~> 1.8)
jbuilder
jsbundling-rails
markdown-rails (~> 1.0)
Expand Down

0 comments on commit 084e64f

Please sign in to comment.