Skip to content

Commit

Permalink
Keep supporting Ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonroelofs committed Mar 21, 2024
1 parent a6352a7 commit 6857777
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
19 changes: 12 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@ GEM
ast (~> 2.4.1)
racc
prettier_print (1.2.1)
prism (0.24.0)
public_suffix (5.0.4)
racc (1.7.3)
rainbow (3.1.1)
rbi (0.1.9)
prism (>= 0.18.0, < 0.25)
rbi (0.0.17)
ast
parser (>= 3.0.0)
sorbet-runtime (>= 0.5.9204)
unparser (>= 0.5.6)
regexp_parser (2.9.0)
rexml (3.2.6)
rspec (3.9.0)
Expand Down Expand Up @@ -87,17 +88,20 @@ GEM
thor (>= 0.19.2)
syntax_tree (6.2.0)
prettier_print (>= 1.2.0)
tapioca (0.12.0)
tapioca (0.11.8)
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)
rbi (~> 0.0.0, >= 0.0.16)
sorbet-static-and-runtime (>= 0.5.10187)
spoom (~> 1.2.0, >= 1.2.0)
thor (>= 1.2.0)
yard-sorbet
thor (1.3.1)
unicode-display_width (2.5.0)
unparser (0.6.13)
diff-lcs (~> 1.3)
parser (>= 3.3.0)
vcr (5.0.0)
webmock (3.23.0)
addressable (>= 2.8.0)
Expand All @@ -114,10 +118,11 @@ PLATFORMS
DEPENDENCIES
bundler (>= 2.0.1)
codecov (~> 0.2.8)
rbi (= 0.0.17)
rspec (~> 3.9.0)
rubocop (~> 1.62.1)
sorbet (~> 0.5)
tapioca
tapioca (= 0.11.8)
vcr (~> 5.0.0)
webmock
workos!
Expand Down
5 changes: 3 additions & 2 deletions workos.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec', '~> 3.9.0'
spec.add_development_dependency 'rubocop', '~> 1.62.1'
spec.add_development_dependency 'sorbet', '~> 0.5'
spec.add_development_dependency 'tapioca'
spec.add_development_dependency 'tapioca', '0.11.8'
spec.add_development_dependency 'rbi', '0.0.17'
spec.add_development_dependency 'vcr', '~> 5.0.0'
spec.add_development_dependency 'webmock'

spec.required_ruby_version = '>= 2.5'
spec.required_ruby_version = '>= 2.7'
end

0 comments on commit 6857777

Please sign in to comment.