Skip to content

Commit

Permalink
Freshen dependencies 2025-02-16
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspth committed Feb 16, 2025
1 parent 191e46b commit 497dd38
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 23 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ source "https://rubygems.org"
# Specify your gem's dependencies in oaken.gemspec
gemspec

gem "rake", "~> 13.0"
gem "rake"
gem "minitest"

gem "minitest", "~> 5.0"
gem "nokogiri", "1.17.2" # TODO: Lift this restriction after dropping Ruby 3.0 support.

rails_version = ENV.fetch("RAILS_VERSION", "8.0")

Expand Down
49 changes: 28 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,24 +86,25 @@ GEM
uri (>= 0.13.1)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
builder (3.3.0)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
crass (1.0.6)
date (3.4.1)
drb (2.2.1)
erubi (1.13.0)
erubi (1.13.1)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-console (0.8.0)
irb (1.14.2)
irb (1.15.1)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
logger (1.6.3)
loofah (2.23.1)
logger (1.6.6)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -114,26 +115,30 @@ GEM
marcel (1.0.4)
mini_mime (1.1.5)
minitest (5.25.4)
net-imap (0.5.2)
net-imap (0.5.6)
date
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.5.0)
net-smtp (0.5.1)
net-protocol
nio4r (2.7.4)
nokogiri (1.17.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.17.2-x86_64-linux)
racc (~> 1.4)
psych (5.2.1)
pp (0.6.2)
prettyprint
prettyprint (0.2.0)
psych (5.2.3)
date
stringio
racc (1.8.1)
rack (3.1.8)
rack-session (2.0.0)
rack (3.1.10)
rack-session (2.1.0)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rackup (2.2.1)
rack (>= 3)
Expand Down Expand Up @@ -167,23 +172,24 @@ GEM
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rake (13.2.1)
rdoc (6.9.1)
rdoc (6.12.0)
psych (>= 4.0.0)
reline (0.6.0)
io-console (~> 0.5)
securerandom (0.4.1)
sqlite-ulid (0.2.1-arm64-darwin)
sqlite-ulid (0.2.1-x86_64-linux)
sqlite3 (2.4.1-arm64-darwin)
sqlite3 (2.4.1-x86_64-linux-gnu)
stringio (3.1.2)
sqlite3 (2.5.0-arm64-darwin)
sqlite3 (2.5.0-x86_64-linux-gnu)
stringio (3.1.3)
thor (1.3.2)
timeout (0.4.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (1.0.2)
useragent (0.16.11)
websocket-driver (0.7.6)
websocket-driver (0.7.7)
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.7.1)
Expand All @@ -193,11 +199,12 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
minitest (~> 5.0)
minitest
net-pop!
nokogiri (= 1.17.2)
oaken!
rails (~> 8.0.0)
rake (~> 13.0)
rake
sqlite-ulid
sqlite3

Expand Down

0 comments on commit 497dd38

Please sign in to comment.