Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
scottohara committed Nov 25, 2024
1 parent a042f7e commit 0279e91
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 20.11.1
ruby 3.3.1
nodejs 22.11.0
ruby 3.3.6
8 changes: 6 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ GEM
net-smtp
marcel (1.0.4)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.1)
msgpack (1.7.3)
net-imap (0.5.0)
Expand All @@ -134,6 +135,9 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
Expand Down Expand Up @@ -286,7 +290,7 @@ DEPENDENCIES
simplecov (= 0.22.0)

RUBY VERSION
ruby 3.3.1p55
ruby 3.3.6p108

BUNDLED WITH
2.5.22
2.5.23
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
"swap:check": "fly ssh console --command 'free'"
},
"engines": {
"node": "20.11.1",
"npm": "10.5.0",
"ruby": "3.3.1"
"node": "22.11.0",
"npm": "10.9.1",
"ruby": "3.3.6"
}
}

0 comments on commit 0279e91

Please sign in to comment.