Skip to content

Commit

Permalink
add listen gem back
Browse files Browse the repository at this point in the history
  • Loading branch information
robguthrie committed Jan 14, 2022
1 parent 1a8a209 commit 6b31d2e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -69,7 +69,7 @@ gem 'blazer'
# gem 'pg_query', '>= 0.9.0'

group :development, :test do
# gem 'listen'
gem 'listen'
gem 'byebug'
gem 'factory_bot_rails'
gem 'faker'
Expand Down
7 changes: 7 additions & 0 deletions Gemfile.lock
Expand Up @@ -365,6 +365,9 @@ GEM
marcel (~> 1.0.1)
mime-types
terrapin (~> 0.6.0)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
lograge (0.11.2)
actionpack (>= 4)
activesupport (>= 4)
Expand Down Expand Up @@ -465,6 +468,9 @@ GEM
activerecord (>= 5.2.4)
activesupport (>= 5.2.4)
i18n
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
redcarpet (3.5.1)
redis (4.5.1)
redis-actionpack (5.2.0)
Expand Down Expand Up @@ -648,6 +654,7 @@ DEPENDENCIES
icalendar
image_processing (~> 1.12)
kt-paperclip
listen
lograge
maxminddb
mini_magick
Expand Down

0 comments on commit 6b31d2e

Please sign in to comment.