diff --git a/Gemfile b/Gemfile index 13509c24b..657ebf804 100644 --- a/Gemfile +++ b/Gemfile @@ -3,5 +3,5 @@ gemspec :name => 'uswds-jekyll' group :jekyll_plugins do # Only put the optional plugins here. Required plugins should go in the gemspec. - gem 'jekyll-last-modified-at', '>= 1.3.0' + gem 'jekyll-last-modified-at', '>= 1.3.2' end