Skip to content

Commit

Permalink
fix(amsf): missing match_regex gem
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Nov 29, 2016
1 parent 5c131b2 commit 8c1ba3a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ source 'https://rubygems.org'
group :development do
gem 'jekyll', '3.3.0'
gem 'jekyll-last-modified-at'
gem 'match_regex'
gem 'stringex'
end
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ GEM
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
match_regex (0.1.0)
mercenary (0.3.6)
pathutil (0.14.0)
forwardable-extended (~> 2.6)
Expand All @@ -46,7 +47,8 @@ PLATFORMS
DEPENDENCIES
jekyll (= 3.3.0)
jekyll-last-modified-at
match_regex
stringex

BUNDLED WITH
1.11.2
1.13.6
3 changes: 2 additions & 1 deletion _config.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
exclude: []

# Disalbe custom gems (jekyll-last-modified-at) for better performance
gems: []
gems:
- match_regex

#
# Almace Scaffolding settings
Expand Down
1 change: 1 addition & 0 deletions _config.init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ redcarpet:

gems:
- jekyll-last-modified-at
- match_regex

#
# Almace Scaffolding settings
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ redcarpet:

gems:
- jekyll-last-modified-at
- match_regex

#
# Almace Scaffolding settings
Expand Down

0 comments on commit 8c1ba3a

Please sign in to comment.