Remove lock on Pry version since Ruby 2.6 is no longer supported by Metasploit and so this no longer applies

This commit is contained in:
Grant Willcox
2023-01-05 18:55:39 -06:00
parent 0a826323f7
commit 0ae5aea9e8
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -15,8 +15,7 @@ group :development do
# generating documentation
gem 'yard'
# for development and testing purposes
# lock to version with 2.6 support until project updates
gem 'pry-byebug', '~> 3.9.0'
gem 'pry-byebug'
# Ruby Debugging Library - rebuilt and included by default from Ruby 3.1 onwards.
# Replaces the old lib/debug.rb and provides more features.
gem 'debug', '>= 1.0.0'
+1 -1
View File
@@ -507,7 +507,7 @@ DEPENDENCIES
memory_profiler
metasploit-framework!
octokit
pry-byebug (~> 3.9.0)
pry-byebug
rake
redcarpet
rspec-rails