Skip to content

Commit 3891fff

Browse files
committed
Missing mixins when using newer versions of the gems so lock versions
1 parent 04b6624 commit 3891fff

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Gemfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ gem "middleman-livereload", "~> 3.1.0"
99

1010
gem "tzinfo-data", platforms: [:mswin, :mingw]
1111

12-
gem 'bourbon'
13-
gem 'neat'
12+
gem 'bourbon', '~>4.2.6'
13+
gem 'neat', '>=1.0.0', '<2'
1414
gem 'font-awesome-middleman', '~> 4.3.0'
1515
gem 'redcarpet'
1616

@@ -30,3 +30,5 @@ gem 'redcarpet'
3030
gem 'RedCloth'
3131
gem "mime-types"
3232
gem 'rubyzip'
33+
gem 'execjs'
34+
gem 'therubyracer'

0 commit comments

Comments
 (0)