Skip to content

Commit

Permalink
chore!: Set minimum Ruby to 3.1 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxveldink authored Apr 16, 2024
1 parent c847029 commit d2b4ba2
Show file tree
Hide file tree
Showing 18 changed files with 1,643 additions and 24,982 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
strategy:
matrix:
ruby:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
Expand Down
3 changes: 2 additions & 1 deletion .standard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
parallel: true
ruby_version: 3.0
format: progress
ruby_version: 3.1
ignore:
- 'vendor/**/*'
plugins:
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ group :development do
end

group :development, :test do
gem "bigdecimal" # used for testing un-matched coercer
gem "minitest"
gem "minitest-focus"
gem "minitest-reporters"
Expand Down
45 changes: 22 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@ GEM
specs:
ansi (1.5.0)
ast (2.4.2)
bigdecimal (3.1.7)
builder (3.2.4)
debug (1.9.1)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
erubi (1.12.0)
io-console (0.7.2)
irb (1.12.0)
rdoc
reline (>= 0.4.2)
json (2.7.1)
json (2.7.2)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
minitest (5.22.3)
Expand All @@ -37,20 +38,19 @@ GEM
parser (3.3.0.5)
ast (~> 2.4.1)
racc
prettier_print (1.2.1)
prism (0.24.0)
psych (5.1.2)
stringio
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
rbi (0.1.9)
rake (13.2.1)
rbi (0.1.10)
prism (>= 0.18.0, < 0.25)
sorbet-runtime (>= 0.5.9204)
rdoc (6.6.2)
rdoc (6.6.3.1)
psych (>= 4.0.0)
regexp_parser (2.9.0)
reline (0.4.3)
reline (0.5.2)
io-console (~> 0.5)
rexml (3.2.6)
rubocop (1.62.1)
Expand All @@ -72,22 +72,22 @@ GEM
rubocop-sorbet (0.7.8)
rubocop (>= 0.90.0)
ruby-progressbar (1.13.0)
sorbet (0.5.11305)
sorbet-static (= 0.5.11305)
sorbet (0.5.11347)
sorbet-static (= 0.5.11347)
sorbet-result (1.1.0)
sorbet-runtime (~> 0.5)
sorbet-runtime (0.5.11305)
sorbet-static (0.5.11305-universal-darwin)
sorbet-static (0.5.11305-x86_64-linux)
sorbet-static-and-runtime (0.5.11305)
sorbet (= 0.5.11305)
sorbet-runtime (= 0.5.11305)
sorbet-runtime (0.5.11347)
sorbet-static (0.5.11347-universal-darwin)
sorbet-static (0.5.11347-x86_64-linux)
sorbet-static-and-runtime (0.5.11347)
sorbet (= 0.5.11347)
sorbet-runtime (= 0.5.11347)
sorbet-struct-comparable (1.3.0)
sorbet-runtime (>= 0.5)
spoom (1.2.4)
spoom (1.3.0)
erubi (>= 1.10.0)
prism (>= 0.19.0)
sorbet-static-and-runtime (>= 0.5.10187)
syntax_tree (>= 6.1.1)
thor (>= 0.19.2)
standard (1.35.1)
language_server-protocol (~> 3.17.0.2)
Expand All @@ -105,15 +105,13 @@ GEM
lint_roller (~> 1.1)
rubocop-sorbet (~> 0.7.0)
stringio (3.1.0)
syntax_tree (6.2.0)
prettier_print (>= 1.2.0)
tapioca (0.12.0)
tapioca (0.13.3)
bundler (>= 2.2.25)
netrc (>= 0.11.0)
parallel (>= 1.21.0)
rbi (>= 0.1.4, < 0.2)
sorbet-static-and-runtime (>= 0.5.10820)
spoom (~> 1.2.0, >= 1.2.0)
sorbet-static-and-runtime (>= 0.5.11087)
spoom (>= 1.2.0)
thor (>= 1.2.0)
yard-sorbet
thor (1.3.1)
Expand All @@ -130,6 +128,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
bigdecimal
debug
minitest
minitest-focus
Expand All @@ -144,4 +143,4 @@ DEPENDENCIES
tapioca

BUNDLED WITH
2.5.6
2.5.9
2 changes: 1 addition & 1 deletion sorbet-schema.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.summary = "Serialization and deserialization library into Sorbet structs."
spec.homepage = "https://github.com/maxveldink/sorbet-schema"
spec.license = "MIT"
spec.required_ruby_version = ">= 3.0"
spec.required_ruby_version = ">= 3.1"

spec.metadata["allowed_push_host"] = "https://rubygems.org"
spec.metadata["rubygems_mfa_required"] = "true"
Expand Down
8 changes: 8 additions & 0 deletions sorbet/rbi/gems/[email protected]

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

Loading

0 comments on commit d2b4ba2

Please sign in to comment.