Skip to content

Commit e5e77f1

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

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ gem 'friendly_id-globalize', git: 'https://github.com/norman/friendly_id-globali
2828
gem 'font-awesome-sass'
2929

3030
# Neat bourbon RWD Framework
31-
gem 'neat', '~> 1.8'
31+
gem 'neat', '~> 4.0'
3232
gem 'bourbon', '~> 4.2'
3333
gem 'bitters'
3434

Diff for: Gemfile.lock

+6-7
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ GEM
159159
execjs (2.7.0)
160160
faraday (0.17.1)
161161
multipart-post (>= 1.2, < 3)
162-
ffi (1.9.25)
162+
ffi (1.11.3)
163163
figaro (1.1.1)
164164
thor (~> 0.14)
165165
filters_spam (0.5)
@@ -249,8 +249,7 @@ GEM
249249
multi_json (1.14.1)
250250
multi_xml (0.6.0)
251251
multipart-post (2.1.1)
252-
neat (1.9.0)
253-
sass (>= 3.3)
252+
neat (4.0.0)
254253
thor (~> 0.19)
255254
nenv (0.3.0)
256255
nokogiri (1.10.5)
@@ -316,8 +315,8 @@ GEM
316315
raindrops (0.19.0)
317316
rake (13.0.0)
318317
rb-fsevent (0.10.3)
319-
rb-inotify (0.9.10)
320-
ffi (>= 0.5.0, < 2)
318+
rb-inotify (0.10.0)
319+
ffi (~> 1.0)
321320
rdoc (4.3.0)
322321
readingtime (0.4.0)
323322
redis (4.0.1)
@@ -399,7 +398,7 @@ GEM
399398
actionpack (>= 4.2, < 6)
400399
activesupport (>= 4.2, < 6)
401400
ruby_dep (1.5.0)
402-
sass (3.5.5)
401+
sass (3.7.4)
403402
sass-listen (~> 4.0.0)
404403
sass-listen (4.0.0)
405404
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -490,7 +489,7 @@ DEPENDENCIES
490489
memcachier
491490
mime-types
492491
mmenu-rails!
493-
neat (~> 1.8)
492+
neat (~> 4.0)
494493
normalize-rails
495494
octokit
496495
pg (~> 0.21)

0 commit comments

Comments
 (0)