Skip to content

Commit 6bd1307

Browse files
committed
βž– pry
1 parent 3ef7447 commit 6bd1307

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

β€ŽGemfileβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ gemspec
1515
platform :mri do
1616
# Debugging
1717
gem "byebug", ">= 11"
18+
19+
# Dev Console - Binding.pry - Irb replacement
20+
gem "pry", "~> 0.14" # ruby >= 2.0
1821
end
1922

2023
# Security Audit

β€Žversion_gem.gemspecβ€Ž

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ Gem::Specification.new do |spec|
6464
# Development Tasks
6565
spec.add_development_dependency("rake", "~> 13.0") # ruby >= 2.2
6666

67-
# Dev Console - Binding.pry - Irb replacement
68-
spec.add_development_dependency("pry", "~> 0.14") # ruby >= 2.0
69-
7067
# Linting - rubocop-lts v8 is a rubocop wrapper for Ruby >= 2.2,
7168
# and should only be bumped when dropping old Ruby support
7269
# NOTE: it can only be installed on, and run on Ruby >= 2.7, so we add the dependency in the Gemfile.

0 commit comments

Comments
Β (0)