Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Oct 14, 2024
1 parent 5e218de commit 0f9caee
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- ubuntu

ruby:
- "3.2.5"
- "3.3.5"

runs-on: ${{matrix.os}}-latest

Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.5
3.3.5
58 changes: 29 additions & 29 deletions gems.locked
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ GEM
async
async-container (0.18.3)
async (~> 2.10)
async-http (0.78.0)
async-http (0.81.0)
async (>= 2.10.2)
async-pool (~> 0.7)
io-endpoint (~> 0.11)
async-pool (~> 0.9)
io-endpoint (~> 0.14)
io-stream (~> 0.4)
metrics (~> 0.12)
protocol-http (~> 0.37)
protocol-http1 (~> 0.25)
protocol-http2 (~> 0.18)
traces (>= 0.10)
protocol-http1 (~> 0.27)
protocol-http2 (~> 0.19)
traces (~> 0.10)
async-http-cache (0.4.4)
async-http (~> 0.56)
async-io (1.43.2)
async
async-pool (0.8.1)
async-pool (0.10.1)
async (>= 1.25)
metrics
traces
async-service (0.12.0)
async
Expand Down Expand Up @@ -75,7 +75,7 @@ GEM
migrate (~> 0.3)
db-model (0.5.0)
db (~> 0.11)
falcon (0.48.0)
falcon (0.48.2)
async
async-container (~> 0.18)
async-http (~> 0.75)
Expand Down Expand Up @@ -106,27 +106,29 @@ GEM
fiber-storage
fiber-storage (1.0.0)
http-accept (2.2.1)
io-endpoint (0.13.1)
io-event (1.6.5)
io-stream (0.4.1)
io-endpoint (0.14.0)
io-event (1.7.1)
io-stream (0.5.0)
json (2.7.2)
latinum (1.8.0)
localhost (1.3.1)
logger (1.6.1)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
mapping (1.1.1)
metrics (0.10.2)
metrics (0.12.0)
migrate (0.3.1)
build-files (~> 1.7)
mime-types (3.5.2)
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0903)
mime-types-data (3.2024.1001)
mini_mime (1.1.5)
msgpack (1.7.2)
net-imap (0.4.16)
msgpack (1.7.3)
net-imap (0.4.17)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -141,21 +143,20 @@ GEM
json (~> 2)
samovar (~> 2.1)
protocol-hpack (1.5.1)
protocol-http (0.37.0)
protocol-http1 (0.25.0)
protocol-http (0.39.0)
protocol-http1 (0.27.0)
protocol-http (~> 0.22)
protocol-http2 (0.18.0)
protocol-http2 (0.19.3)
protocol-hpack (~> 1.4)
protocol-http (~> 0.18)
protocol-rack (0.9.0)
protocol-http (~> 0.27)
protocol-rack (0.10.1)
protocol-http (~> 0.37)
rack (>= 1.0)
protocol-websocket (0.17.0)
protocol-websocket (0.20.1)
protocol-http (~> 0.2)
rack (3.1.7)
rack (3.1.8)
rack-test (2.1.0)
rack (>= 1.3)
rexml (3.3.7)
samovar (2.3.0)
console (~> 1.0)
mapping (~> 1.0)
Expand Down Expand Up @@ -209,7 +210,7 @@ PLATFORMS
x86_64-linux-musl

DEPENDENCIES
async-http (~> 0.78.0)
async-http
bake
benchmark-http
bundler
Expand All @@ -223,14 +224,13 @@ DEPENDENCIES
mapping (~> 1.0)
migrate
rack-test
rexml
sus
sus-fixtures-async-http
sus-fixtures-async-webdriver (~> 0.2)
sus-fixtures-async-webdriver
thread-local
utopia (~> 2.17)
variant
xrb-formatters

BUNDLED WITH
2.5.16
2.5.17
7 changes: 2 additions & 5 deletions gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,14 @@
gem 'bake'
gem 'bundler'
gem 'rack-test'
gem "async-http", "~> 0.78.0"
gem "async-http"

group :test do
gem "sus"
gem 'covered'

gem "sus-fixtures-async-http"
gem "sus-fixtures-async-webdriver", "~> 0.2"

# Fixed in latest selenium <https://github.com/SeleniumHQ/selenium/pull/9007>:
gem 'rexml'
gem "sus-fixtures-async-webdriver"

gem 'benchmark-http'
end
Expand Down

0 comments on commit 0f9caee

Please sign in to comment.