Skip to content

Commit 69bb02f

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] <support@dependabot.com>
1 parent ad2e30f commit 69bb02f

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.12.1)
109109
multipart-post (>= 1.2, < 3)
110+
ffi (1.11.1)
110111
flutie (2.0.0)
111112
formulaic (0.4.0)
112113
activesupport
@@ -138,9 +139,8 @@ GEM
138139
mini_portile2 (2.4.0)
139140
minitest (5.11.3)
140141
multipart-post (2.0.0)
141-
neat (1.7.4)
142-
bourbon (>= 4.0)
143-
sass (>= 3.3)
142+
neat (4.0.0)
143+
thor (~> 0.19)
144144
newrelic_rpm (4.2.0.334)
145145
nokogiri (1.10.3)
146146
mini_portile2 (~> 2.4.0)
@@ -191,6 +191,9 @@ GEM
191191
rake (>= 0.8.7)
192192
thor (>= 0.18.1, < 2.0)
193193
rake (12.3.3)
194+
rb-fsevent (0.10.3)
195+
rb-inotify (0.10.0)
196+
ffi (~> 1.0)
194197
recipient_interceptor (0.1.2)
195198
mail
196199
refills (0.2.0)
@@ -213,7 +216,11 @@ GEM
213216
rspec-support (~> 3.8.0)
214217
rspec-support (3.8.2)
215218
safe_yaml (1.0.4)
216-
sass (3.4.24)
219+
sass (3.7.4)
220+
sass-listen (~> 4.0.0)
221+
sass-listen (4.0.0)
222+
rb-fsevent (~> 0.9, >= 0.9.4)
223+
rb-inotify (~> 0.9, >= 0.9.7)
217224
sass-rails (5.0.6)
218225
railties (>= 4.0.0, < 6)
219226
sass (~> 3.1)
@@ -295,7 +302,7 @@ DEPENDENCIES
295302
jquery-rails
296303
launchy
297304
leaflet-rails
298-
neat (~> 1.7.0)
305+
neat (~> 4.0.0)
299306
newrelic_rpm (>= 3.9.8)
300307
normalize-rails (~> 3.0.0)
301308
pg

0 commit comments

Comments
 (0)