Skip to content

Commit e2b460f

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 cd7af07 commit e2b460f

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

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.11.1)
110111
flutie (2.0.0)
111112
formulaic (0.4.0)
112113
activesupport
@@ -139,9 +140,8 @@ GEM
139140
mini_portile2 (2.4.0)
140141
minitest (5.11.3)
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 (4.2.0.334)
146146
nokogiri (1.10.4)
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.3)
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)
@@ -214,7 +217,11 @@ GEM
214217
rspec-support (~> 3.8.0)
215218
rspec-support (3.8.2)
216219
safe_yaml (1.0.4)
217-
sass (3.4.24)
220+
sass (3.7.4)
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)
218225
sass-rails (5.0.6)
219226
railties (>= 4.0.0, < 6)
220227
sass (~> 3.1)
@@ -297,7 +304,7 @@ DEPENDENCIES
297304
jquery-rails
298305
launchy
299306
leaflet-rails
300-
neat (~> 1.7.0)
307+
neat (~> 4.0.0)
301308
newrelic_rpm (>= 3.9.8)
302309
normalize-rails (~> 3.0.0)
303310
pg

0 commit comments

Comments
 (0)