diff --git a/.circleci/config.yml b/.circleci/config.yml index 449c8d1..287aa60 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,9 +1,9 @@ version: 2.1 orbs: - ruby: circleci/ruby@1.1.4 + ruby: circleci/ruby@2.1.0 aws-cli: circleci/aws-cli@2.0 references: - default_ruby_version: &default_ruby_version "2.7" + default_ruby_version: &default_ruby_version "3.2" ruby_envs: &ruby_envs environment: BUNDLE_JOBS: 3 diff --git a/Gemfile.lock b/Gemfile.lock index ee51dc0..1960a19 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.0.6) + activesupport (7.0.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -10,8 +10,8 @@ GEM public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) aws-eventstream (1.2.0) - aws-partitions (1.798.0) - aws-sdk-core (3.180.1) + aws-partitions (1.803.0) + aws-sdk-core (3.180.3) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.5) @@ -19,12 +19,13 @@ GEM aws-sdk-kms (1.71.0) aws-sdk-core (~> 3, >= 3.177.0) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.132.0) + aws-sdk-s3 (1.132.1) aws-sdk-core (~> 3, >= 3.179.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.6) aws-sigv4 (1.6.0) aws-eventstream (~> 1, >= 1.0.2) + base64 (0.1.1) builder (3.2.4) byebug (11.1.3) coderay (1.1.3) @@ -34,7 +35,7 @@ GEM rexml diff-lcs (1.5.0) docile (1.4.0) - dry-core (1.0.0) + dry-core (1.0.1) concurrent-ruby (~> 1.0) zeitwerk (~> 2.6) dry-inflector (1.0.0) @@ -163,7 +164,8 @@ GEM rspec-support (3.12.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.55.1) + rubocop (1.56.0) + base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -180,7 +182,7 @@ GEM rubocop (~> 1.41) rubocop-factory_bot (2.23.1) rubocop (~> 1.33) - rubocop-rspec (2.23.0) + rubocop-rspec (2.23.2) rubocop (~> 1.33) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) @@ -251,4 +253,4 @@ DEPENDENCIES zeitwerk (<= 2.6.10) BUNDLED WITH - 2.1.4 + 2.4.18