Skip to content

Commit

Permalink
Add rainbow for colored output on production
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed Jun 9, 2024
1 parent 35c5bc2 commit bdf84ae
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 @@ -79,6 +79,9 @@ gem "sidekiq", "~> 7.0"
# Use PostgreSQL as the database for Active Record
gem "pg"

# Rainbow for colored output in irb, even in production
gem "rainbow"

# Test dependencies
group :test do
gem "rspec-rails"
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ DEPENDENCIES
puma (~> 5.5.0)
rails (~> 6.1)
rails-controller-testing (~> 1.0)
rainbow
rspec-rails
rubocop (~> 1.30)
rubocop-rails (~> 2.14)
Expand Down

0 comments on commit bdf84ae

Please sign in to comment.