Skip to content

Commit eefbe26

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] <[email protected]>
1 parent 1669b04 commit eefbe26

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
@@ -675,6 +675,7 @@ GEM
675675
factory_girl (~> 4.4.0)
676676
railties (>= 3.0.0)
677677
fastercsv (1.5.5)
678+
ffi (1.12.1)
678679
flutie (2.0.0)
679680
foreman (0.74.0)
680681
dotenv (~> 0.11.1)
@@ -733,9 +734,8 @@ GEM
733734
momentjs-rails (2.7.0)
734735
railties (>= 3.1)
735736
multi_json (1.13.1)
736-
neat (1.5.1)
737-
bourbon (>= 3.1)
738-
sass (~> 3.2.19)
737+
neat (4.0.0)
738+
thor (~> 0.19)
739739
newrelic_rpm (3.9.0.229)
740740
nokogiri (1.10.7)
741741
mini_portile2 (~> 2.4.0)
@@ -795,6 +795,9 @@ GEM
795795
thor (>= 0.18.1, < 2.0)
796796
raindrops (0.19.0)
797797
rake (13.0.1)
798+
rb-fsevent (0.10.3)
799+
rb-inotify (0.10.1)
800+
ffi (~> 1.0)
798801
rbtree3 (0.5.0)
799802
recipient_interceptor (0.1.2)
800803
mail
@@ -826,7 +829,11 @@ GEM
826829
ruby_parser (3.7.3)
827830
sexp_processor (~> 4.1)
828831
safe_yaml (1.0.4)
829-
sass (3.2.19)
832+
sass (3.7.4)
833+
sass-listen (~> 4.0.0)
834+
sass-listen (4.0.0)
835+
rb-fsevent (~> 0.9, >= 0.9.4)
836+
rb-inotify (~> 0.9, >= 0.9.7)
830837
sass-rails (5.0.6)
831838
railties (>= 4.0.0, < 6)
832839
sass (~> 3.1)

0 commit comments

Comments
 (0)