From dcfb7cd84875b52a03413c6a31934c8075ab8668 Mon Sep 17 00:00:00 2001 From: malkoG Date: Mon, 2 Oct 2023 10:40:54 +0900 Subject: [PATCH] Bump up ruby version --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 85 +++++++++++++++++++++++---------------------------- 3 files changed, 41 insertions(+), 48 deletions(-) diff --git a/.ruby-version b/.ruby-version index 460b6fd4..ff365e06 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.5 \ No newline at end of file +3.1.3 diff --git a/Gemfile b/Gemfile index bc07d69e..d1b97385 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } # If you need to upgrade/switch Bridgetown versions, change the line below # and then run `bundle update bridgetown` -gem "bridgetown", "~> 1.0.0" +gem "bridgetown", "~> 1.2.0" # Uncomment to add file-based dynamic routing to your project: # gem "bridgetown-routes", "~> 1.0.0", group: :bridgetown_plugins diff --git a/Gemfile.lock b/Gemfile.lock index 8ef69a63..c26f26e0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,23 +1,23 @@ GEM remote: https://rubygems.org/ specs: - activemodel (7.0.2.3) - activesupport (= 7.0.2.3) - activesupport (7.0.2.3) + activemodel (7.0.8) + activesupport (= 7.0.8) + activesupport (7.0.8) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) - amazing_print (1.4.0) - bridgetown (1.0.0) - bridgetown-builder (= 1.0.0) - bridgetown-core (= 1.0.0) - bridgetown-paginate (= 1.0.0) - bridgetown-builder (1.0.0) - bridgetown-core (= 1.0.0) - bridgetown-core (1.0.0) + addressable (2.8.5) + public_suffix (>= 2.0.2, < 6.0) + amazing_print (1.5.0) + bridgetown (1.2.0) + bridgetown-builder (= 1.2.0) + bridgetown-core (= 1.2.0) + bridgetown-paginate (= 1.2.0) + bridgetown-builder (1.2.0) + bridgetown-core (= 1.2.0) + bridgetown-core (1.2.0) activemodel (>= 6.0, < 8.0) activesupport (>= 6.0, < 8.0) addressable (~> 2.4) @@ -32,24 +32,22 @@ GEM kramdown-parser-gfm (~> 1.0) liquid (~> 5.0) listen (~> 3.0) - rack-indifferent (>= 1.2.0) rake (>= 13.0) roda (~> 3.46) rouge (~> 3.0) serbea (~> 1.0) - terminal-table (~> 1.8) thor (~> 1.1) tilt (~> 2.0) webrick (~> 1.7) zeitwerk (~> 2.5) bridgetown-feed (2.1.0) bridgetown (>= 1.0.0.alpha5, < 2.0) - bridgetown-paginate (1.0.0) - bridgetown-core (= 1.0.0) + bridgetown-paginate (1.2.0) + bridgetown-core (= 1.2.0) colorator (1.1.0) - concurrent-ruby (1.1.9) - erubi (1.10.0) - faraday (1.10.0) + concurrent-ruby (1.2.2) + erubi (1.12.0) + faraday (1.10.3) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) @@ -65,8 +63,8 @@ GEM faraday-em_synchrony (1.0.0) faraday-excon (1.1.0) faraday-httpclient (1.0.1) - faraday-multipart (1.0.3) - multipart-post (>= 1.2, < 3) + faraday-multipart (1.0.4) + multipart-post (~> 2) faraday-net_http (1.0.1) faraday-net_http_persistent (1.2.0) faraday-patron (1.0.0) @@ -74,56 +72,51 @@ GEM faraday-retry (1.0.3) faraday_middleware (1.2.0) faraday (~> 1.0) - ffi (1.15.5) + ffi (1.16.2) hash_with_dot_access (1.2.0) activesupport (>= 5.0.0, < 8.0) - i18n (1.10.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) - kramdown (2.3.2) + kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - liquid (5.2.0) - listen (3.7.1) + liquid (5.4.0) + listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - minitest (5.15.0) - multipart-post (2.1.1) + minitest (5.20.0) + multipart-post (2.3.0) nio4r (2.5.8) - public_suffix (4.0.6) + public_suffix (5.0.3) puma (5.6.2) nio4r (~> 2.0) - rack (2.2.3) - rack-indifferent (1.2.0) - rack (>= 1.5) + rack (3.0.8) rake (13.0.6) - rb-fsevent (0.11.1) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rexml (3.2.5) - roda (3.54.0) + rexml (3.2.6) + roda (3.72.0) rack - rouge (3.28.0) + rouge (3.30.0) ruby2_keywords (0.0.5) serbea (1.0.1) activesupport (>= 6.0) erubi (>= 1.10) tilt (~> 2.0) - terminal-table (1.8.0) - unicode-display_width (~> 1.1, >= 1.1.1) - thor (1.2.1) - tilt (2.0.10) - tzinfo (2.0.4) + thor (1.2.2) + tilt (2.3.0) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (1.8.0) - webrick (1.7.0) - zeitwerk (2.5.4) + webrick (1.8.1) + zeitwerk (2.6.12) PLATFORMS ruby DEPENDENCIES - bridgetown (~> 1.0.0) + bridgetown (~> 1.2.0) bridgetown-feed (~> 2.1) puma (~> 5.6)