diff --git a/Gemfile b/Gemfile index d49719b..509297e 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'html-proofer' gem 'dotenv' gem 'tzinfo-data' if Gem.win_platform? gem 'wdm' if Gem.win_platform? -gem 'activesupport', '~> 5.2', '>= 5.2.3' +gem 'activesupport', '~> 5.2' group :jekyll_plugins do diff --git a/Gemfile.lock b/Gemfile.lock index 0e80eb7..ef19154 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (5.2.3) + activesupport (5.2.4.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -16,7 +16,7 @@ GEM json (>= 1.5.1) colorator (1.1.0) colorize (0.8.1) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.6) css_press (0.3.2) csspool-st (= 3.1.2) json @@ -94,7 +94,7 @@ GEM ruby_dep (~> 1.2) mercenary (0.3.6) mini_portile2 (2.3.0) - minitest (5.11.3) + minitest (5.14.1) multi_css (0.1.0) css_press multi_js (0.1.0) @@ -131,7 +131,7 @@ GEM ethon (>= 0.9.0) typogruby (1.0.18) rubypants - tzinfo (1.2.5) + tzinfo (1.2.7) thread_safe (~> 0.1) uglifier (2.7.2) execjs (>= 0.3.0) @@ -143,7 +143,7 @@ PLATFORMS ruby DEPENDENCIES - activesupport (~> 5.2, >= 5.2.3) + activesupport (~> 5.2) dotenv html-proofer jekyll (= 3.8.6)