Skip to content

Commit

Permalink
chore: 升级 guard 解决 pry 兼容问题
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Apr 2, 2020
1 parent 9a62465 commit 4b564c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -86,6 +86,7 @@ group :development do

# 调试器
gem 'byebug', platforms: %i[mri mingw x64_mingw]
gem 'guard', '~> 2.16.2'
gem 'guard-bundler'
gem 'guard-migrate'
gem 'guard-rails'
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Expand Up @@ -153,7 +153,7 @@ GEM
railties
sprockets-rails
graphql (1.10.5)
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 @@ -237,7 +237,7 @@ GEM
loofah (2.4.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.0.13)
lumberjack (1.2.4)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (0.3.3)
Expand Down Expand Up @@ -342,7 +342,7 @@ GEM
rainbow (3.0.0)
rake (13.0.1)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.1.3)
responders (3.0.0)
Expand Down Expand Up @@ -466,6 +466,7 @@ DEPENDENCIES
friendly_id
graphiql-rails (~> 1.7.0)
graphql (~> 1.10.5)
guard (~> 2.16.2)
guard-bundler
guard-migrate
guard-rails
Expand Down

0 comments on commit 4b564c9

Please sign in to comment.