File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ gemspec
1515platform :mri do
1616 # Debugging
1717 gem "byebug" , ">= 11"
18+
19+ # Dev Console - Binding.pry - Irb replacement
20+ gem "pry" , "~> 0.14" # ruby >= 2.0
1821end
1922
2023# Security Audit
Original file line number Diff line number Diff 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.
You canβt perform that action at this time.
0 commit comments