From c2ecaa9e4cdfb618b3b3c7fa4d491aa12d32b104 Mon Sep 17 00:00:00 2001 From: Jeremy Prevost Date: Thu, 30 Jun 2022 15:27:30 -0400 Subject: [PATCH 1/2] Ruby 3.1.2 --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 94ff29cc..ef538c28 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.1 +3.1.2 diff --git a/Gemfile b/Gemfile index 44a8dccd..76a98789 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.1.1' +ruby '3.1.2' gem 'bootsnap', require: false gem 'graphql-client' diff --git a/Gemfile.lock b/Gemfile.lock index 6c27125a..36e33dab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -334,7 +334,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.1.1p18 + ruby 3.1.2p20 BUNDLED WITH 2.3.7 From 0b11393d43738e2900a360e22bca944d3645cad9 Mon Sep 17 00:00:00 2001 From: Jeremy Prevost Date: Thu, 30 Jun 2022 15:27:45 -0400 Subject: [PATCH 2/2] Update dependencies --- Gemfile.lock | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 36e33dab..05510d0d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -141,6 +141,7 @@ GEM jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) + json (2.6.2) llhttp-ffi (0.4.0) ffi-compiler (~> 1.0) rake (~> 13.0) @@ -180,7 +181,7 @@ GEM parallel (1.22.1) parser (3.1.2.0) ast (~> 2.4.1) - pg (1.4.0) + pg (1.4.1) public_suffix (4.0.7) puma (5.6.4) nio4r (~> 2.0) @@ -220,7 +221,8 @@ GEM reline (0.3.1) io-console (~> 0.5) rexml (3.2.5) - rubocop (1.30.1) + rubocop (1.31.1) + json (~> 2.3) parallel (~> 1.10) parser (>= 3.1.0.0) rainbow (>= 2.2.2, < 4.0) @@ -231,7 +233,7 @@ GEM unicode-display_width (>= 1.4.0, < 3.0) rubocop-ast (1.18.0) parser (>= 3.1.1.0) - rubocop-rails (2.15.0) + rubocop-rails (2.15.1) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.7.0, < 2.0) @@ -239,7 +241,7 @@ GEM rubyzip (2.3.2) sassc (2.4.0) ffi (~> 1.9) - selenium-webdriver (4.2.1) + selenium-webdriver (4.3.0) childprocess (>= 0.5, < 5.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) @@ -273,7 +275,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8.2) - unicode-display_width (2.1.0) + unicode-display_width (2.2.0) vcr (6.1.0) web-console (4.2.0) actionview (>= 6.0.0)