Skip to content

Commit de53623

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) --- updated-dependencies: - dependency-name: neat dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7c55185 commit de53623

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gem 'jekyll-babel', '~>1.1.0'
55
gem 'jekyll-paginate', '~>1.1.0'
66
gem 'jekyll', '~>3.9.0'
77
gem 'json', '~> 2.3'
8-
gem 'neat', '~> 1.7.1'
8+
gem 'neat', '~> 3.0.1'
99
gem 'nokogiri', '~> 1.13.6'
1010
gem 'rouge', '~> 2.2.1'
1111
gem 'therubyracer', '~>0.12.3'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ GEM
8383
method_source (1.0.0)
8484
mini_portile2 (2.8.0)
8585
multipart-post (2.1.1)
86-
neat (1.7.4)
87-
bourbon (>= 4.0)
88-
sass (>= 3.3)
86+
neat (3.0.1)
87+
sass (~> 3.4)
88+
thor (~> 0.19)
8989
nokogiri (1.13.6)
9090
mini_portile2 (~> 2.8.0)
9191
racc (~> 1.4)
@@ -133,7 +133,7 @@ DEPENDENCIES
133133
json (~> 2.3)
134134
kramdown (~> 2.3.1)
135135
kramdown-parser-gfm (~> 1.1.0)
136-
neat (~> 1.7.1)
136+
neat (~> 3.0.1)
137137
nokogiri (~> 1.13.6)
138138
pry
139139
rouge (~> 2.2.1)

0 commit comments

Comments
 (0)