From ecb4417ad8743d389d5e269b5546c99a0e639fc9 Mon Sep 17 00:00:00 2001 From: Oscar Rivas Date: Sun, 11 Dec 2022 21:46:00 -0600 Subject: [PATCH] chore: bump ruby from 3.0.2 to 3.0.5 (#65) --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.ruby-version b/.ruby-version index b502146..eca690e 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.0.2 +3.0.5 diff --git a/Gemfile b/Gemfile index 378b556..bec3e93 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.0.2' +ruby '3.0.5' gem 'bootsnap', '>= 1.4.2', require: false gem 'clearance', '~> 2.5' diff --git a/Gemfile.lock b/Gemfile.lock index dcc38ab..6081cde 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,8 +83,8 @@ GEM ast (2.4.2) bcrypt (3.1.16) bindex (0.8.1) - bootsnap (1.7.1) - msgpack (~> 1.0) + bootsnap (1.15.0) + msgpack (~> 1.2) builder (3.2.4) byebug (11.1.3) capybara (3.35.3) @@ -172,7 +172,7 @@ GEM method_source (1.0.0) mini_mime (1.1.2) minitest (5.16.3) - msgpack (1.4.2) + msgpack (1.6.0) net-imap (0.3.2) date net-protocol @@ -395,7 +395,7 @@ DEPENDENCIES whenever RUBY VERSION - ruby 3.0.2p107 + ruby 3.0.5p211 BUNDLED WITH - 2.2.22 + 2.2.33