Skip to content

Commit

Permalink
Bump neat from 1.9.0 to 4.0.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot-preview[bot] authored Dec 6, 2019
1 parent 8b7eb78 commit e5e77f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gem 'friendly_id-globalize', git: 'https://github.com/norman/friendly_id-globali
gem 'font-awesome-sass'

# Neat bourbon RWD Framework
gem 'neat', '~> 1.8'
gem 'neat', '~> 4.0'
gem 'bourbon', '~> 4.2'
gem 'bitters'

Expand Down
13 changes: 6 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ GEM
execjs (2.7.0)
faraday (0.17.1)
multipart-post (>= 1.2, < 3)
ffi (1.9.25)
ffi (1.11.3)
figaro (1.1.1)
thor (~> 0.14)
filters_spam (0.5)
Expand Down Expand Up @@ -249,8 +249,7 @@ GEM
multi_json (1.14.1)
multi_xml (0.6.0)
multipart-post (2.1.1)
neat (1.9.0)
sass (>= 3.3)
neat (4.0.0)
thor (~> 0.19)
nenv (0.3.0)
nokogiri (1.10.5)
Expand Down Expand Up @@ -316,8 +315,8 @@ GEM
raindrops (0.19.0)
rake (13.0.0)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rb-inotify (0.10.0)
ffi (~> 1.0)
rdoc (4.3.0)
readingtime (0.4.0)
redis (4.0.1)
Expand Down Expand Up @@ -399,7 +398,7 @@ GEM
actionpack (>= 4.2, < 6)
activesupport (>= 4.2, < 6)
ruby_dep (1.5.0)
sass (3.5.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand Down Expand Up @@ -490,7 +489,7 @@ DEPENDENCIES
memcachier
mime-types
mmenu-rails!
neat (~> 1.8)
neat (~> 4.0)
normalize-rails
octokit
pg (~> 0.21)
Expand Down

0 comments on commit e5e77f1

Please sign in to comment.