Skip to content

Commit

Permalink
Fix pry-byebug dependency
Browse files Browse the repository at this point in the history
Check in deivid-rodriguez/pry-byebug#343
before upgrading pry.
  • Loading branch information
Miha Rekar committed Feb 24, 2021
1 parent d81c894 commit 00c7f94
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -58,7 +58,7 @@ gem "email_reply_parser"
gem "pry"
gem "pry-rails"
gem "pry-doc"
gem "pry-byebug"
gem "pry-byebug", ">= 3.9.0"

group :development, :test do
gem "dotenv-rails"
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Expand Up @@ -8,7 +8,7 @@ GIT

GIT
remote: https://github.com/faker-ruby/faker.git
revision: 9e9d4ab7f57630c377281f74b571cc5074a88e0f
revision: 3a812638a4554dee1aaacc6cb4006d1017e931d8
branch: master
specs:
faker (2.16.0)
Expand Down Expand Up @@ -111,7 +111,7 @@ GEM
autoprefixer-rails (10.2.4.0)
execjs
aws-eventstream (1.1.0)
aws-partitions (1.428.0)
aws-partitions (1.429.0)
aws-sdk-core (3.112.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
Expand Down Expand Up @@ -280,7 +280,7 @@ GEM
mimemagic (0.3.5)
mini_magick (4.11.0)
mini_mime (1.0.2)
minitest (5.14.3)
minitest (5.14.4)
momentjs-rails (2.20.1)
railties (>= 3.1)
money (6.14.0)
Expand Down Expand Up @@ -329,12 +329,12 @@ GEM
pg (1.2.3)
pghero (2.7.4)
activerecord (>= 5)
pry (0.14.0)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.8.0)
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.10)
pry (~> 0.13.0)
pry-doc (1.1.0)
pry (~> 0.11)
yard (~> 0.9.11)
Expand Down Expand Up @@ -390,7 +390,7 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.2.5)
regexp_parser (2.0.3)
regexp_parser (2.1.1)
reverse_markdown (2.0.0)
nokogiri
rexml (3.2.4)
Expand Down Expand Up @@ -505,7 +505,7 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
statsd-ruby (1.5.0)
stripe (5.29.1)
stripe (5.30.0)
strong_migrations (0.7.6)
activerecord (>= 5)
temple (0.8.2)
Expand Down Expand Up @@ -600,7 +600,7 @@ DEPENDENCIES
pg (>= 0.18, < 2.0)
pghero
pry
pry-byebug
pry-byebug (>= 3.9.0)
pry-doc
pry-rails
puma (>= 5.2.1)
Expand Down

0 comments on commit 00c7f94

Please sign in to comment.