lock pry-byebug until project drops Ruby 2.6

This commit is contained in:
Jeffrey Martin 2022-08-31 12:15:56 -05:00
parent ea919d70fc
commit 5ec728a201
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
2 changed files with 6 additions and 5 deletions

View File

@ -15,7 +15,8 @@ group :development do
# generating documentation
gem 'yard'
# for development and testing purposes
gem 'pry-byebug'
# lock to version with 2.6 support until project updates
gem 'pry-byebug', "~> 3.9.0"
# module documentation
gem 'octokit'
# memory profiling

View File

@ -303,12 +303,12 @@ GEM
ruby-rc4
ttfunk
pg (1.4.3)
pry (0.14.1)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.10.1)
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
pry (~> 0.13.0)
public_suffix (5.0.0)
puma (5.6.5)
nio4r (~> 2.0)
@ -506,7 +506,7 @@ DEPENDENCIES
memory_profiler
metasploit-framework!
octokit
pry-byebug
pry-byebug (~> 3.9.0)
rake
redcarpet
rspec-rails