Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.1"]
ruby: ["3.2.9"]
name: Running tests with Ruby ${{ matrix.ruby }}
services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ end
gem "git_hub_bub"

# Application server & middleware
gem "puma"
gem "puma", "7.0.0.pre1"
gem "puma_worker_killer"
gem "rack-timeout"
gem "rack-canonical-host"
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ GEM
i18n (>= 1.8.11, < 2)
faraday (0.17.6)
multipart-post (>= 1.2, < 3)
ffi (1.15.4)
ffi (1.17.2)
flamegraph (0.9.5)
foreman (0.87.2)
get_process_mem (0.2.7)
Expand Down Expand Up @@ -217,7 +217,7 @@ GEM
minitest (5.20.0)
mocha (2.1.0)
ruby2_keywords (>= 0.0.5)
msgpack (1.5.6)
msgpack (1.8.0)
multi_xml (0.6.0)
multipart-post (2.3.0)
mustermann (3.0.0)
Expand Down Expand Up @@ -259,14 +259,14 @@ GEM
omniauth-rails_csrf_protection (1.0.1)
actionpack (>= 4.2)
omniauth (~> 2.0)
optimist (3.0.1)
optimist (3.2.1)
orm_adapter (0.5.0)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pdf-core (0.9.0)
pg (1.2.3)
pg (1.6.1)
prawn (2.4.0)
pdf-core (~> 0.9.0)
ttfunk (~> 1.7)
Expand All @@ -282,7 +282,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.3)
puma (6.4.0)
puma (7.0.0.pre1)
nio4r (~> 2.0)
puma_worker_killer (0.3.1)
get_process_mem (~> 0.2)
Expand Down Expand Up @@ -340,7 +340,7 @@ GEM
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
rbtrace (0.4.14)
rbtrace (0.5.2)
ffi (>= 1.0.6)
msgpack (>= 0.4.3)
optimist (>= 3.0.0)
Expand Down Expand Up @@ -529,7 +529,7 @@ DEPENDENCIES
prawn
premailer-rails
pry
puma
puma (= 7.0.0.pre1)
puma_worker_killer
rack-canonical-host
rack-mini-profiler
Expand Down Expand Up @@ -567,7 +567,7 @@ DEPENDENCIES
yard (~> 0.9.28)

RUBY VERSION
ruby 3.1.4p223
ruby 3.2.9p265

BUNDLED WITH
2.3.23
2.7.1