We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aef9f2 commit 7e86352Copy full SHA for 7e86352
2 files changed
Gemfile
@@ -82,6 +82,7 @@ group :development, :test do
82
end
83
84
group :development do
85
+ gem 'dip'
86
gem 'claude-on-rails'
87
# Use console on exceptions pages [https://github.com/rails/web-console]
88
gem 'web-console'
Gemfile.lock
@@ -168,6 +168,8 @@ GEM
168
debug (1.11.1)
169
irb (~> 1.10)
170
reline (>= 0.3.8)
171
+ dip (8.1.0)
172
+ thor (>= 0.20, < 2)
173
drb (2.2.3)
174
dry-configurable (1.3.0)
175
dry-core (~> 1.1)
@@ -595,6 +597,7 @@ DEPENDENCIES
595
597
claude-on-rails
596
598
csv
599
debug
600
+ dip
601
good_job
602
hiredis (~> 0.6.3)
603
image_processing (~> 1.2)
0 commit comments