diff --git a/Gemfile b/Gemfile index 9a0b206..5f833f4 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gem "slugify" gem "haml" gem "tilt" -gem "activesupport", "~> 7.0.4" +gem "activesupport", "~> 7.1.0" gem "google-apis-sheets_v4" diff --git a/Gemfile.lock b/Gemfile.lock index f0d6cad..f374fdf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,17 +1,27 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8) + activesupport (7.1.2) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) + base64 (0.2.0) + bigdecimal (3.1.4) concurrent-ruby (1.2.2) + connection_pool (2.4.1) declarative (0.0.20) dotenv (2.8.1) + drb (2.2.0) + ruby2_keywords faraday (2.5.2) faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) @@ -38,7 +48,7 @@ GEM temple (>= 0.8.0) tilt httpclient (2.8.3) - i18n (1.12.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) json (2.6.3) jwt (2.5.0) @@ -46,8 +56,9 @@ GEM lint_roller (1.1.0) memoist (0.16.2) mini_mime (1.1.2) - minitest (5.18.1) + minitest (5.20.0) multi_json (1.15.0) + mutex_m (0.2.0) os (1.1.4) parallel (1.23.0) parser (3.2.2.4) @@ -112,7 +123,7 @@ PLATFORMS ruby DEPENDENCIES - activesupport (~> 7.0.4) + activesupport (~> 7.1.0) dotenv (~> 2.7) google-apis-sheets_v4 haml