Skip to content

Commit

Permalink
Update pry, byebug, guard gems (#4099)
Browse files Browse the repository at this point in the history
* Update pry-byebug and pry gems
* Update guard gem

The `pry` gem v0.13 breaks guard less than 2.16.2 (guard/guard#956).
  • Loading branch information
johnpaulashenfelter committed Apr 3, 2020
1 parent 2794c58 commit e5bd65d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ GEM
fast_jsonapi (1.5)
activesupport (>= 4.2)
fastimage (2.1.7)
ffi (1.12.1)
ffi (1.12.2)
figaro (1.1.1)
thor (~> 0.14)
flipper (0.17.2)
Expand Down Expand Up @@ -380,7 +380,7 @@ GEM
faraday
faraday_middleware
mime-types
guard (2.16.1)
guard (2.16.2)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
lumberjack (>= 1.0.12, < 2.0)
Expand Down Expand Up @@ -442,13 +442,13 @@ GEM
loofah (2.4.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.1.1)
lumberjack (1.2.4)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (0.3.3)
mimemagic (~> 0.3.2)
memoist (0.16.2)
method_source (0.9.2)
method_source (1.0.0)
mime-types (3.3)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
Expand Down Expand Up @@ -510,12 +510,12 @@ GEM
prawn (2.2.2)
pdf-core (~> 0.7.0)
ttfunk (~> 1.5)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.8.0)
pry (0.13.0)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.10)
pry (~> 0.13.0)
public_suffix (4.0.3)
puma (4.3.3)
nio4r (~> 2.0)
Expand Down

0 comments on commit e5bd65d

Please sign in to comment.