Skip to content

Commit

Permalink
Bump ruby and all dependencies
Browse files Browse the repository at this point in the history
Ruby 3.1 is EOL. Some dependencies requred ruby >= 3.2

Signed-off-by: Kostiantyn Kostiuk <[email protected]>
  • Loading branch information
kostyanf14 authored and YanVugenfirer committed Feb 27, 2025
1 parent 083b0a3 commit 177e338
Show file tree
Hide file tree
Showing 51 changed files with 18,814 additions and 26,444 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-autohck/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ runs:
shell: bash
run: sudo apt-get -y install libcurl4 libcurl3-gnutls libcurl4-openssl-dev

- name: Set up Ruby 3.1.4
- name: Set up Ruby 3.3.7
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.4
ruby-version: 3.3.7
bundler-cache: false

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Style/Documentation:
# Excluding spec files
AllCops:
NewCops: enable
TargetRubyVersion: 3.1.0
TargetRubyVersion: 3.3.7
Exclude:
- 'spec/*'
- 'vendor/**/*'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org'

ruby '>= 3.1.0'
ruby '>= 3.3.0'

gem 'activesupport'
gem 'aws-sdk-s3'
Expand Down
121 changes: 66 additions & 55 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ GIT
GEM
remote: https://rubygems.org/
specs:
activesupport (7.2.1.2)
activesupport (8.0.1)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
Expand All @@ -23,73 +24,80 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
aws-eventstream (1.3.0)
aws-partitions (1.1013.0)
aws-sdk-core (3.214.0)
aws-eventstream (1.3.1)
aws-partitions (1.1054.0)
aws-sdk-core (3.219.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
base64
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.96.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-kms (1.99.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.174.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-s3 (1.182.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.10.1)
aws-sigv4 (1.11.0)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.2.0)
bigdecimal (3.1.8)
benchmark (0.4.0)
bigdecimal (3.1.9)
builder (3.3.0)
code-scanning-rubocop (0.6.1)
rubocop (~> 1.0)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
csv (3.3.0)
curb (1.0.6)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
csv (3.3.2)
curb (1.0.9)
date (3.4.1)
diff-lcs (1.5.1)
diff-lcs (1.6.0)
dotenv (3.1.7)
drb (2.2.1)
dropbox_api (0.1.21)
faraday (< 3.0)
oauth2 (~> 1.1)
erubi (1.13.0)
faraday (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
erubi (1.13.1)
faraday (2.12.2)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.3.0)
net-http
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
ffi (1.17.1-x86_64-linux-gnu)
filelock (1.1.1)
gssapi (1.3.1)
ffi (>= 1.0.1)
gyoku (1.4.0)
builder (>= 2.1.2)
rexml (~> 3.0)
httpclient (2.8.3)
i18n (1.14.6)
httpclient (2.9.0)
mutex_m
i18n (1.14.7)
concurrent-ruby (~> 1.0)
jmespath (1.6.2)
json (2.9.1)
jwt (2.8.1)
json (2.10.1)
jwt (2.10.1)
base64
language_server-protocol (3.17.0.3)
language_server-protocol (3.17.0.4)
lint_roller (1.1.0)
little-plugger (1.1.4)
logger (1.6.1)
logger (1.6.6)
logging (2.4.0)
little-plugger (~> 1.1)
multi_json (~> 1.14)
minitest (5.25.1)
minitest (5.25.4)
mono_logger (1.1.2)
multi_json (1.15.0)
multi_xml (0.6.0)
net-http (0.4.1)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
mutex_m (0.3.0)
net-http (0.6.0)
uri
netrc (0.11.0)
nori (2.7.1)
Expand All @@ -103,20 +111,20 @@ GEM
octokit (9.2.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
openssl (3.2.0)
openssl (3.3.0)
parallel (1.26.3)
parser (3.3.6.0)
parser (3.3.7.1)
ast (~> 2.4.1)
racc
prism (1.2.0)
prism (1.3.0)
psych (5.2.3)
date
stringio
public_suffix (6.0.1)
racc (1.8.1)
rack (3.0.10)
rack (3.1.10)
rainbow (3.1.1)
rbi (0.2.1)
rbi (0.2.4)
prism (~> 1.0)
sorbet-runtime (>= 0.5.9204)
rdoc (6.12.0)
Expand All @@ -127,26 +135,27 @@ GEM
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-core (3.13.3)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.70.0)
rspec-support (3.13.2)
rubocop (1.72.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
rubyntlm (0.6.5)
Expand All @@ -155,24 +164,26 @@ GEM
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
securerandom (0.3.1)
sentry-ruby (5.21.0)
securerandom (0.4.1)
sentry-ruby (5.22.4)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
sorbet (0.5.11766)
sorbet-static (= 0.5.11766)
sorbet-runtime (0.5.11766)
sorbet-static (0.5.11766-x86_64-linux)
sorbet-static-and-runtime (0.5.11766)
sorbet (= 0.5.11766)
sorbet-runtime (= 0.5.11766)
spoom (1.5.0)
sorbet (0.5.11856)
sorbet-static (= 0.5.11856)
sorbet-runtime (0.5.11856)
sorbet-static (0.5.11856-x86_64-linux)
sorbet-static-and-runtime (0.5.11856)
sorbet (= 0.5.11856)
sorbet-runtime (= 0.5.11856)
spoom (1.5.4)
erubi (>= 1.10.0)
prism (>= 0.28.0)
rbi (>= 0.2.3)
sorbet-static-and-runtime (>= 0.5.10187)
thor (>= 0.19.2)
stringio (3.1.5)
tapioca (0.16.5)
tapioca (0.16.11)
benchmark
bundler (>= 2.2.25)
netrc (>= 0.11.0)
parallel (>= 1.21.0)
Expand All @@ -187,7 +198,7 @@ GEM
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (0.13.1)
uri (1.0.2)
winrm (2.3.9)
builder (>= 2.1.2)
erubi (~> 1.8)
Expand Down Expand Up @@ -234,7 +245,7 @@ DEPENDENCIES
tapioca

RUBY VERSION
ruby 3.1.4p223
ruby 3.3.7p123

BUNDLED WITH
2.3.26
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 177e338

Please sign in to comment.