diff --git a/.ruby-version b/.ruby-version index b5021469..fd2a0186 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.0.2 +3.1.0 diff --git a/Gemfile b/Gemfile index a030f356..f2ba128f 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby '3.0.2' +ruby '3.1.0' git_source(:github) do |repo_name| repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?('/') diff --git a/Gemfile.lock b/Gemfile.lock index 59c0f8b2..37045910 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -369,7 +369,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.0.2p107 + ruby 3.1.0p0 BUNDLED WITH - 2.2.32 + 2.3.3