Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sorbet from 0.5.11139 to 0.5.11144 #126

Merged
merged 3 commits into from
Dec 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ commands:
appraisal: << parameters.appraisal >>
- restore_cache:
keys:
- gem-cache-v13-<< parameters.version >>-{{ arch }}-{{ checksum "Gemfile" }}-{{ checksum "gemfiles/standalone.gemfile.lock" }}-{{ checksum "gemfiles/rbnacl.gemfile.lock" }}
- gem-cache-v14-<< parameters.version >>-{{ arch }}-{{ checksum "Gemfile" }}-{{ checksum "gemfiles/standalone.gemfile" }}-{{ checksum "gemfiles/rbnacl.gemfile" }}-{{ checksum "gemfiles/standalone.gemfile.lock" }}-{{ checksum "gemfiles/rbnacl.gemfile.lock" }}
- run:
name: "Configure Bundler"
command : |
Expand Down Expand Up @@ -91,10 +91,11 @@ jobs:
- checkout
- restore_cache:
keys:
- &gem-cache gem-cache-v13-<< parameters.version >>-{{ arch }}-{{ checksum "Gemfile" }}-{{ checksum "gemfiles/standalone.gemfile.lock" }}-{{ checksum "gemfiles/rbnacl.gemfile.lock" }}
- gem-cache-v12-<< parameters.version >>-{{ arch }}-{{ checksum "Gemfile" }}
- gem-cache-v12-<< parameters.version >>-{{ arch }}
- gem-cache-v12-<< parameters.version >>
- &gem-cache gem-cache-v14-<< parameters.version >>-{{ arch }}-{{ checksum "Gemfile" }}-{{ checksum "gemfiles/standalone.gemfile" }}-{{ checksum "gemfiles/rbnacl.gemfile" }}-{{ checksum "gemfiles/standalone.gemfile.lock" }}-{{ checksum "gemfiles/rbnacl.gemfile.lock" }}
- gem-cache-v14-<< parameters.version >>-{{ arch }}-{{ checksum "Gemfile" }}-{{ checksum "gemfiles/standalone.gemfile" }}-{{ checksum "gemfiles/rbnacl.gemfile" }}
- gem-cache-v14-<< parameters.version >>-{{ arch }}-{{ checksum "Gemfile" }}
- gem-cache-v14-<< parameters.version >>-{{ arch }}
- gem-cache-v14-<< parameters.version >>
- install-bundler:
appraisal: rbnacl
- run:
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sorbet (0.5.11139)
sorbet-static (= 0.5.11139)
sorbet-runtime (0.5.11139)
sorbet-static (0.5.11139-x86_64-linux)
sorbet-static-and-runtime (0.5.11139)
sorbet (= 0.5.11139)
sorbet-runtime (= 0.5.11139)
sorbet (0.5.11144)
sorbet-static (= 0.5.11144)
sorbet-runtime (0.5.11144)
sorbet-static (0.5.11144-x86_64-linux)
sorbet-static-and-runtime (0.5.11144)
sorbet (= 0.5.11144)
sorbet-runtime (= 0.5.11144)
spoom (1.2.4)
erubi (>= 1.10.0)
sorbet-static-and-runtime (>= 0.5.10187)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rbnacl.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ gem "reek"
gem "rspec", "~> 3"
gem "rspec_junit_formatter"
gem "rubocop", "~> 1.57"
gem "rubocop-performance", "~> 1.18"
gem "rubocop-rspec", "~> 2.22"
gem "rubocop-performance", "~> 1.19"
gem "rubocop-rspec", "~> 2.25"
gem "rubocop-sorbet", "~> 0.7"
gem "simplecov", "~> 0"
gem "simplecov_json_formatter"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rbnacl.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ DEPENDENCIES
rspec (~> 3)
rspec_junit_formatter
rubocop (~> 1.57)
rubocop-performance (~> 1.18)
rubocop-rspec (~> 2.22)
rubocop-performance (~> 1.19)
rubocop-rspec (~> 2.25)
rubocop-sorbet (~> 0.7)
ruby-paseto!
simplecov (~> 0)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/standalone.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ gem "reek"
gem "rspec", "~> 3"
gem "rspec_junit_formatter"
gem "rubocop", "~> 1.57"
gem "rubocop-performance", "~> 1.18"
gem "rubocop-rspec", "~> 2.22"
gem "rubocop-performance", "~> 1.19"
gem "rubocop-rspec", "~> 2.25"
gem "rubocop-sorbet", "~> 0.7"
gem "simplecov", "~> 0"
gem "simplecov_json_formatter"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/standalone.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ DEPENDENCIES
rspec (~> 3)
rspec_junit_formatter
rubocop (~> 1.57)
rubocop-performance (~> 1.18)
rubocop-rspec (~> 2.22)
rubocop-performance (~> 1.19)
rubocop-rspec (~> 2.25)
rubocop-sorbet (~> 0.7)
ruby-paseto!
simplecov (~> 0)
Expand Down