diff --git a/.ruby-version b/.ruby-version index bea438e..619b537 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.1 +3.3.3 diff --git a/Gemfile b/Gemfile index b01e585..84c8706 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.3.1" +ruby "3.3.3" RAILS_GEMS_VERSION = "~> 7.1.3".freeze gem "actionpack", RAILS_GEMS_VERSION diff --git a/Gemfile.lock b/Gemfile.lock index a13e024..5696282 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,6 +99,7 @@ GEM gapic-common (>= 0.21.1, < 2.a) google-cloud-errors (~> 1.0) google-protobuf (3.25.3-aarch64-linux) + google-protobuf (3.25.3-arm64-darwin) google-protobuf (3.25.3-x86_64-darwin) google-protobuf (3.25.3-x86_64-linux) googleapis-common-protos (1.6.0) @@ -136,6 +137,9 @@ GEM grpc (1.64.0-aarch64-linux) google-protobuf (~> 3.25) googleapis-common-protos-types (~> 1.0) + grpc (1.64.0-arm64-darwin) + google-protobuf (~> 3.25) + googleapis-common-protos-types (~> 1.0) grpc (1.64.0-x86_64-darwin) google-protobuf (~> 3.25) googleapis-common-protos-types (~> 1.0) @@ -180,6 +184,8 @@ GEM nio4r (2.7.3) nokogiri (1.16.6-aarch64-linux) racc (~> 1.4) + nokogiri (1.16.6-arm64-darwin) + racc (~> 1.4) nokogiri (1.16.6-x86_64-darwin) racc (~> 1.4) nokogiri (1.16.6-x86_64-linux) @@ -538,6 +544,7 @@ GEM PLATFORMS aarch64-linux + arm64-darwin-23 x86_64-darwin-22 x86_64-linux @@ -568,7 +575,7 @@ DEPENDENCIES timecop RUBY VERSION - ruby 3.3.1p55 + ruby 3.3.3p89 BUNDLED WITH 2.4.10