diff --git a/Gemfile b/Gemfile index 7c36abef..65053235 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "sinatra", "~> 2.1" gem "sinatra-contrib", "~> 2.1" gem "erector", ">=0.9.0" gem "puma", "~> 5.1" -gem "activesupport", "~> 6.0", ">= 6.0.3.1" +gem "activesupport", "~> 6.1" gem "json", "~> 2.3", ">= 2.3.1" gem "rack-rewrite", "~>1.5" gem "sassc", "~> 2.4", ">= 2.4.0" diff --git a/Gemfile.lock b/Gemfile.lock index dd8a4ee5..d02bcb20 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -32,7 +32,7 @@ GIT GEM remote: https://rubygems.org/ specs: - activesupport (6.1.1) + activesupport (6.1.7.5) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -45,7 +45,7 @@ GEM chronic (0.10.2) coderay (1.1.3) colored (1.2) - concurrent-ruby (1.1.7) + concurrent-ruby (1.2.2) daemons (1.3.1) diff-lcs (1.2.5) erector (0.10.0) @@ -53,7 +53,7 @@ GEM eventmachine (1.2.7) ffi (1.14.2) files (0.4.0) - i18n (1.8.7) + i18n (1.14.1) concurrent-ruby (~> 1.0) json (2.5.1) listen (3.4.1) @@ -61,7 +61,7 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) method_source (1.0.0) mini_portile2 (2.8.2) - minitest (5.14.3) + minitest (5.19.0) multi_json (1.15.0) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) @@ -138,15 +138,15 @@ GEM tilt (2.0.10) treetop (1.6.11) polyglot (~> 0.3) - tzinfo (2.0.4) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) - zeitwerk (2.4.2) + zeitwerk (2.6.11) PLATFORMS ruby DEPENDENCIES - activesupport (~> 6.0, >= 6.0.3.1) + activesupport (~> 6.1) awesome_print (~> 1.8) barnes (~> 0.0.7) chronic (~> 0.10.2)