Skip to content

Commit

Permalink
fix: support old rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
pftg committed Apr 4, 2024
1 parent aac3073 commit 94f4ec0
Show file tree
Hide file tree
Showing 6 changed files with 857 additions and 2,105 deletions.
35 changes: 18 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,27 +99,27 @@ GEM
ast (2.4.2)
base64 (0.2.0)
benchmark-ips (2.12.0)
bigdecimal (3.1.6)
bigdecimal (3.1.4)
builder (3.2.4)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.2.3)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
crass (1.0.6)
date (3.3.3)
docile (1.4.0)
drb (2.2.1)
drb (2.2.0)
ruby2_keywords
dry-cli (1.0.0)
erubi (1.12.0)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.3)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
racc (~> 1.7)
io-console (0.7.2)
irb (1.11.2)
io-console (0.6.0)
irb (1.9.0)
rdoc
reline (>= 0.4.2)
reline (>= 0.3.8)
json (2.6.3)
loofah (2.22.0)
crass (~> 1.0.2)
Expand All @@ -136,7 +136,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.22.2)
minitest (5.20.0)
minitest-reporters (1.6.1)
ansi
builder
Expand All @@ -154,7 +154,7 @@ GEM
net-smtp (0.4.0)
net-protocol
nio4r (2.5.9)
nokogiri (1.16.2)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.23.0)
Expand All @@ -167,10 +167,10 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
psych (5.1.2)
psych (5.1.1.1)
stringio
racc (1.7.3)
rack (3.0.9.1)
rack (3.0.8)
rack-proxy (0.7.7)
rack
rack-session (2.0.0)
Expand Down Expand Up @@ -211,10 +211,10 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.1.0)
rdoc (6.6.2)
rdoc (6.6.0)
psych (>= 4.0.0)
regexp_parser (2.8.1)
reline (0.4.3)
reline (0.4.0)
io-console (~> 0.5)
rexml (3.2.6)
rubocop (1.24.1)
Expand All @@ -234,14 +234,15 @@ GEM
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
simplecov (0.17.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
spring (2.1.1)
stringio (3.1.0)
thor (1.3.1)
stringio (3.0.9)
thor (1.3.0)
timeout (0.4.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -250,7 +251,7 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.13)
zeitwerk (2.6.12)

PLATFORMS
ruby
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"lint-staged": "^10.5.4",
"minimist": "^1.2.6",
"semver": "^7.3.7",
"typescript": "^4.7.4",
"yarn": "^1.22.21"
"typescript": "^4.7.4"
},
"lint-staged": {
"*.{js,ts,tsx,jsx,vue}": [
Expand Down
Loading

0 comments on commit 94f4ec0

Please sign in to comment.