diff --git a/Library/Homebrew/compat.rb b/Library/Homebrew/compat.rb index 6d164787ce..35bd487de4 100644 --- a/Library/Homebrew/compat.rb +++ b/Library/Homebrew/compat.rb @@ -1 +1,3 @@ +# frozen_string_literal: true + require "compat/cask/dsl/version" diff --git a/Library/Homebrew/compat/cask/dsl/version.rb b/Library/Homebrew/compat/cask/dsl/version.rb index 107e628eab..f83e8a3e9b 100644 --- a/Library/Homebrew/compat/cask/dsl/version.rb +++ b/Library/Homebrew/compat/cask/dsl/version.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module Cask class DSL class Version < ::String diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index fcfe45b463..71f1ce21f8 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (4.2.10) + activesupport (4.2.11.1) i18n (~> 0.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) @@ -31,10 +31,10 @@ GEM ffi (1.10.0) forwardable-extended (2.6.0) gemoji (3.0.0) - github-pages (197) - activesupport (= 4.2.10) + github-pages (198) + activesupport (= 4.2.11.1) github-pages-health-check (= 1.16.1) - jekyll (= 3.7.4) + jekyll (= 3.8.5) jekyll-avatar (= 0.6.0) jekyll-coffeescript (= 1.1.1) jekyll-commonmark-ghpages (= 0.1.5) @@ -97,7 +97,7 @@ GEM http_parser.rb (0.6.0) i18n (0.9.5) concurrent-ruby (~> 1.0) - jekyll (3.7.4) + jekyll (3.8.5) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5)