Skip to content

Commit 5979dea

Browse files
Bump neat from 1.5.1 to 4.0.0
Bumps [neat](https://github.com/thoughtbot/neat) from 1.5.1 to 4.0.0. - [Release notes](https://github.com/thoughtbot/neat/releases) - [Changelog](https://github.com/thoughtbot/neat/blob/master/CHANGELOG.md) - [Commits](thoughtbot/neat@v1.5.1...v4.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 459dae5 commit 5979dea

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

Gemfile.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,7 @@ GEM
665665
factory_girl_rails (4.4.1)
666666
factory_girl (~> 4.4.0)
667667
railties (>= 3.0.0)
668+
ffi (1.12.1)
668669
flutie (2.0.0)
669670
foreman (0.74.0)
670671
dotenv (~> 0.11.1)
@@ -732,9 +733,8 @@ GEM
732733
momentjs-rails (2.7.0)
733734
railties (>= 3.1)
734735
multi_json (1.14.1)
735-
neat (1.5.1)
736-
bourbon (>= 3.1)
737-
sass (~> 3.2.19)
736+
neat (4.0.0)
737+
thor (~> 0.19)
738738
newrelic_rpm (3.9.0.229)
739739
nio4r (2.5.2)
740740
nokogiri (1.10.7)
@@ -793,6 +793,9 @@ GEM
793793
thor (>= 0.18.1, < 2.0)
794794
raindrops (0.19.0)
795795
rake (13.0.1)
796+
rb-fsevent (0.10.3)
797+
rb-inotify (0.10.1)
798+
ffi (~> 1.0)
796799
rbtree3 (0.5.0)
797800
recipient_interceptor (0.1.2)
798801
mail
@@ -821,7 +824,11 @@ GEM
821824
ruby_parser (3.14.1)
822825
sexp_processor (~> 4.9)
823826
safe_yaml (1.0.5)
824-
sass (3.2.19)
827+
sass (3.7.4)
828+
sass-listen (~> 4.0.0)
829+
sass-listen (4.0.0)
830+
rb-fsevent (~> 0.9, >= 0.9.4)
831+
rb-inotify (~> 0.9, >= 0.9.7)
825832
sass-rails (5.0.7)
826833
railties (>= 4.0.0, < 6)
827834
sass (~> 3.1)

0 commit comments

Comments
 (0)