Skip to content

Commit 521d38e

Browse files
authored
Merge pull request #7 from Widgetry/dependabot/bundler/listen-3.2.1
Bump listen from 3.0.8 to 3.2.1
2 parents b03187f + 8f4709b commit 521d38e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ group :development, :test do
3333
end
3434

3535
group :development do
36-
gem 'listen', '~> 3.0.5'
36+
gem 'listen', '~> 3.2.1'
3737
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
3838
gem 'spring'
3939
gem 'spring-watcher-listen', '~> 2.0.0'

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,16 @@ GEM
7272
factory_girl_rails (4.9.0)
7373
factory_girl (~> 4.9.0)
7474
railties (>= 3.0.0)
75-
ffi (1.10.0)
75+
ffi (1.12.1)
7676
globalid (0.4.2)
7777
activesupport (>= 4.2.0)
7878
hashie (3.5.6)
7979
i18n (1.6.0)
8080
concurrent-ruby (~> 1.0)
8181
jsonapi-renderer (0.2.0)
82-
listen (3.0.8)
83-
rb-fsevent (~> 0.9, >= 0.9.4)
84-
rb-inotify (~> 0.9, >= 0.9.7)
82+
listen (3.2.1)
83+
rb-fsevent (~> 0.10, >= 0.10.3)
84+
rb-inotify (~> 0.9, >= 0.9.10)
8585
loofah (2.3.1)
8686
crass (~> 1.0.2)
8787
nokogiri (>= 1.5.9)
@@ -144,9 +144,9 @@ GEM
144144
rake (>= 0.8.7)
145145
thor (>= 0.18.1, < 2.0)
146146
rake (12.3.2)
147-
rb-fsevent (0.10.2)
148-
rb-inotify (0.9.10)
149-
ffi (>= 0.5.0, < 2)
147+
rb-fsevent (0.10.3)
148+
rb-inotify (0.10.1)
149+
ffi (~> 1.0)
150150
redis (4.1.3)
151151
redis-actionpack (5.0.2)
152152
actionpack (>= 4.0, < 6)
@@ -217,7 +217,7 @@ DEPENDENCIES
217217
active_model_serializers (~> 0.10.0)
218218
devise_token_auth
219219
factory_girl_rails
220-
listen (~> 3.0.5)
220+
listen (~> 3.2.1)
221221
omniauth
222222
pg (~> 0.18)
223223
pry-byebug

0 commit comments

Comments
 (0)