File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ group :development, :test do
3333end
3434
3535group :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'
Original file line number Diff line number Diff line change 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 )
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
You can’t perform that action at this time.
0 commit comments