Skip to content

Commit 8c2f137

Browse files
Bump neat from 1.7.4 to 3.0.1
Bumps [neat](https://github.com/thoughtbot/neat) from 1.7.4 to 3.0.1. - [Release notes](https://github.com/thoughtbot/neat/releases) - [Changelog](https://github.com/thoughtbot/neat/blob/master/CHANGELOG.md) - [Commits](thoughtbot/neat@v1.7.4...v3.0.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8ed987e commit 8c2f137

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-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", "~> 3.0.1"
1313
gem "newrelic_rpm", ">= 3.9.8"
1414
gem "normalize-rails", "~> 3.0.0"
1515
gem "pg"

Gemfile.lock

Lines changed: 13 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.10.0)
108109
flutie (2.0.0)
109110
formulaic (0.4.0)
110111
activesupport
@@ -139,9 +140,9 @@ GEM
139140
mini_portile2 (2.3.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 (3.0.1)
144+
sass (~> 3.4)
145+
thor (~> 0.19)
145146
newrelic_rpm (4.2.0.334)
146147
nokogiri (1.8.5)
147148
mini_portile2 (~> 2.3.0)
@@ -192,6 +193,9 @@ GEM
192193
rake (>= 0.8.7)
193194
thor (>= 0.18.1, < 2.0)
194195
rake (12.3.1)
196+
rb-fsevent (0.10.3)
197+
rb-inotify (0.10.0)
198+
ffi (~> 1.0)
195199
recipient_interceptor (0.1.2)
196200
mail
197201
refills (0.2.0)
@@ -213,7 +217,11 @@ GEM
213217
rspec-support (~> 3.4.0)
214218
rspec-support (3.4.1)
215219
safe_yaml (1.0.4)
216-
sass (3.4.24)
220+
sass (3.7.3)
221+
sass-listen (~> 4.0.0)
222+
sass-listen (4.0.0)
223+
rb-fsevent (~> 0.9, >= 0.9.4)
224+
rb-inotify (~> 0.9, >= 0.9.7)
217225
sass-rails (5.0.6)
218226
railties (>= 4.0.0, < 6)
219227
sass (~> 3.1)
@@ -294,7 +302,7 @@ DEPENDENCIES
294302
jquery-rails
295303
launchy
296304
leaflet-rails
297-
neat (~> 1.7.0)
305+
neat (~> 3.0.1)
298306
newrelic_rpm (>= 3.9.8)
299307
normalize-rails (~> 3.0.0)
300308
pg

0 commit comments

Comments
 (0)