From bce5d66d7d4985b723811a4370a564ab89bf27b3 Mon Sep 17 00:00:00 2001 From: Jeremy Prevost Date: Wed, 23 Mar 2022 13:23:39 -0400 Subject: [PATCH] update to ruby 2.7.5 --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index a4dd9db..a603bb5 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.4 +2.7.5 diff --git a/Gemfile b/Gemfile index 3a18b9c..0e4152a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '2.7.4' +ruby '2.7.5' gem 'aws-sdk-elasticsearchservice' gem 'bootsnap', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 8afcd13..0c64df0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -370,7 +370,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 2.7.4p191 + ruby 2.7.5p203 BUNDLED WITH 2.1.4