Skip to content

Commit 3ea1fb4

Browse files
Bump neat from 1.7.4 to 4.0.0
Bumps [neat](https://github.com/thoughtbot/neat) from 1.7.4 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.7.4...v4.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 1dd5fb3 commit 3ea1fb4

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem 'flutie'
1313
gem 'high_voltage'
1414
gem 'jquery-rails'
1515
gem 'leaflet-rails'
16-
gem 'neat', '~> 1.7.0'
16+
gem 'neat', '~> 4.0.0'
1717
gem 'newrelic_rpm', '>= 3.9.8'
1818
gem 'normalize-rails', '~> 3.0.0'
1919
gem 'pg'

Gemfile.lock

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ GEM
107107
railties (>= 3.0.0)
108108
faraday (0.15.4)
109109
multipart-post (>= 1.2, < 3)
110+
ffi (1.12.2)
110111
flutie (2.0.0)
111112
formulaic (0.4.1)
112113
activesupport
@@ -139,9 +140,8 @@ GEM
139140
mini_portile2 (2.4.0)
140141
minitest (5.14.0)
141142
multipart-post (2.1.1)
142-
neat (1.7.4)
143-
bourbon (>= 4.0)
144-
sass (>= 3.3)
143+
neat (4.0.0)
144+
thor (~> 0.19)
145145
newrelic_rpm (6.9.0.363)
146146
nio4r (2.5.2)
147147
nokogiri (1.10.8)
@@ -193,6 +193,9 @@ GEM
193193
rake (>= 0.8.7)
194194
thor (>= 0.18.1, < 2.0)
195195
rake (12.3.3)
196+
rb-fsevent (0.10.3)
197+
rb-inotify (0.10.1)
198+
ffi (~> 1.0)
196199
recipient_interceptor (0.2.0)
197200
mail
198201
refills (0.2.0)
@@ -215,7 +218,11 @@ GEM
215218
rspec-support (~> 3.8.0)
216219
rspec-support (3.8.2)
217220
safe_yaml (1.0.4)
218-
sass (3.4.24)
221+
sass (3.7.4)
222+
sass-listen (~> 4.0.0)
223+
sass-listen (4.0.0)
224+
rb-fsevent (~> 0.9, >= 0.9.4)
225+
rb-inotify (~> 0.9, >= 0.9.7)
219226
sass-rails (5.0.6)
220227
railties (>= 4.0.0, < 6)
221228
sass (~> 3.1)
@@ -296,7 +303,7 @@ DEPENDENCIES
296303
jquery-rails
297304
launchy
298305
leaflet-rails
299-
neat (~> 1.7.0)
306+
neat (~> 4.0.0)
300307
newrelic_rpm (>= 3.9.8)
301308
normalize-rails (~> 3.0.0)
302309
pg

0 commit comments

Comments
 (0)