Skip to content

Commit

Permalink
Add debug dependency to gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Jan 16, 2025
1 parent fe9272b commit 4e43798
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions ruby-2.5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ gem 'json-schema', '< 3' # V3 only works with 2.5+
gem 'memory_profiler', '~> 0.9'
gem 'os', '~> 1.1'
gem 'pimpmychangelog', '>= 0.1.2'
gem 'debug'
gem 'pry'
gem 'pry-nav'
gem 'pry-stack_explorer'
Expand Down
1 change: 1 addition & 0 deletions ruby-2.6.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ gem 'json-schema', '< 3' # V3 only works with 2.5+
gem 'memory_profiler', '~> 0.9'
gem 'os', '~> 1.1'
gem 'pimpmychangelog', '>= 0.1.2'
gem 'debug'
gem 'pry'
gem 'pry-byebug'
gem 'pry-stack_explorer'
Expand Down
1 change: 1 addition & 0 deletions ruby-2.7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ gem 'json-schema', '< 3' # V3 only works with 2.5+
gem 'memory_profiler', '~> 0.9'
gem 'os', '~> 1.1'
gem 'pimpmychangelog', '>= 0.1.2'
gem 'debug'
gem 'pry'
gem 'pry-byebug'
gem 'pry-stack_explorer'
Expand Down
1 change: 1 addition & 0 deletions ruby-3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ gem 'json-schema', '< 3' # V3 only works with 2.5+
gem 'memory_profiler', '~> 0.9'
gem 'os', '~> 1.1'
gem 'pimpmychangelog', '>= 0.1.2'
gem 'debug'
gem 'pry'
gem 'pry-byebug'
gem 'pry-stack_explorer'
Expand Down
1 change: 1 addition & 0 deletions ruby-3.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ gem 'json-schema', '< 3' # V3 only works with 2.5+
gem 'memory_profiler', '~> 0.9'
gem 'os', '~> 1.1'
gem 'pimpmychangelog', '>= 0.1.2'
gem 'debug'
gem 'pry'
gem 'pry-byebug'
gem 'pry-stack_explorer'
Expand Down
1 change: 1 addition & 0 deletions ruby-3.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ gem 'json-schema', '< 3' # V3 only works with 2.5+
gem 'memory_profiler', '~> 0.9'
gem 'os', '~> 1.1'
gem 'pimpmychangelog', '>= 0.1.2'
gem 'debug'
gem 'pry'
gem 'pry-stack_explorer'
gem 'rake', '>= 10.5'
Expand Down
1 change: 1 addition & 0 deletions ruby-3.3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ gem 'json-schema', '< 3' # V3 only works with 2.5+
gem 'memory_profiler', '~> 0.9'
gem 'os', '~> 1.1'
gem 'pimpmychangelog', '>= 0.1.2'
gem 'debug'
gem 'pry'
gem 'pry-stack_explorer'
gem 'rake', '>= 10.5'
Expand Down
1 change: 1 addition & 0 deletions ruby-3.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ gem 'memory_profiler', '~> 0.9'
gem 'mutex_m'
gem 'os', '~> 1.1'
gem 'pimpmychangelog', '>= 0.1.2'
gem 'debug'
gem 'pry'
gem 'pry-stack_explorer'
gem 'rake', '>= 10.5'
Expand Down
1 change: 1 addition & 0 deletions ruby-3.5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ gem 'mutex_m'
gem 'os', '~> 1.1'
gem 'ostruct'
gem 'pimpmychangelog', '>= 0.1.2'
gem 'debug'
gem 'pry'
gem 'pry-stack_explorer'
gem 'rake', '>= 10.5'
Expand Down

0 comments on commit 4e43798

Please sign in to comment.