Skip to content

Commit 7e86352

Browse files
committed
Add dip
1 parent 5aef9f2 commit 7e86352

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ group :development, :test do
8282
end
8383

8484
group :development do
85+
gem 'dip'
8586
gem 'claude-on-rails'
8687
# Use console on exceptions pages [https://github.com/rails/web-console]
8788
gem 'web-console'

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ GEM
168168
debug (1.11.1)
169169
irb (~> 1.10)
170170
reline (>= 0.3.8)
171+
dip (8.1.0)
172+
thor (>= 0.20, < 2)
171173
drb (2.2.3)
172174
dry-configurable (1.3.0)
173175
dry-core (~> 1.1)
@@ -595,6 +597,7 @@ DEPENDENCIES
595597
claude-on-rails
596598
csv
597599
debug
600+
dip
598601
good_job
599602
hiredis (~> 0.6.3)
600603
image_processing (~> 1.2)

0 commit comments

Comments
 (0)