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
1 change: 1 addition & 0 deletions frameworks/Ruby/hanami/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ gem "rake"
gem "rom", "~> 5.3"
gem "rom-sql", "~> 3.6"
gem "pg"
gem "ostruct" # required for Ruby 3.5
2 changes: 2 additions & 0 deletions frameworks/Ruby/hanami/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ GEM
hansi (~> 0.2.0)
mustermann (= 3.0.3)
nio4r (2.7.4)
ostruct (0.6.3)
pg (1.5.9)
puma (6.6.0)
nio4r (~> 2.0)
Expand Down Expand Up @@ -171,6 +172,7 @@ DEPENDENCIES
hanami-router (~> 2.2)
hanami-validations (~> 2.2)
hanami-view (~> 2.2)
ostruct
pg
puma
rake
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Ruby/hanami/hanami.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.4
FROM ruby:3.5-rc

ENV RUBY_YJIT_ENABLE=1
ENV WEB_CONCURRENCY=auto
Expand Down
Loading