Skip to content

Commit 8cd8e20

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 4eb3256 commit 8cd8e20

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
@@ -9,7 +9,7 @@ gem "delayed_job_active_record"
99
gem "flutie"
1010
gem "high_voltage"
1111
gem "jquery-rails"
12-
gem "neat", "~> 1.7.0"
12+
gem "neat", "~> 4.0.0"
1313
gem "newrelic_rpm", ">= 3.9.8"
1414
gem "normalize-rails", "~> 3.0.0"
1515
gem "pg"

Gemfile.lock

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ GEM
105105
railties (>= 3.0.0)
106106
faraday (0.12.1)
107107
multipart-post (>= 1.2, < 3)
108+
ffi (1.11.1)
108109
flutie (2.0.0)
109110
formulaic (0.4.0)
110111
activesupport
@@ -139,9 +140,8 @@ GEM
139140
mini_portile2 (2.4.0)
140141
minitest (5.11.3)
141142
multipart-post (2.0.0)
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 (4.2.0.334)
146146
nokogiri (1.10.1)
147147
mini_portile2 (~> 2.4.0)
@@ -192,6 +192,9 @@ GEM
192192
rake (>= 0.8.7)
193193
thor (>= 0.18.1, < 2.0)
194194
rake (12.3.2)
195+
rb-fsevent (0.10.3)
196+
rb-inotify (0.10.0)
197+
ffi (~> 1.0)
195198
recipient_interceptor (0.1.2)
196199
mail
197200
refills (0.2.0)
@@ -213,7 +216,11 @@ GEM
213216
rspec-support (~> 3.4.0)
214217
rspec-support (3.4.1)
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)
@@ -294,7 +301,7 @@ DEPENDENCIES
294301
jquery-rails
295302
launchy
296303
leaflet-rails
297-
neat (~> 1.7.0)
304+
neat (~> 4.0.0)
298305
newrelic_rpm (>= 3.9.8)
299306
normalize-rails (~> 3.0.0)
300307
pg

0 commit comments

Comments
 (0)