We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c8fda commit 53abdd5Copy full SHA for 53abdd5
frameworks/Ruby/hanami/Gemfile
@@ -16,3 +16,4 @@ gem "rake"
16
gem "rom", "~> 5.3"
17
gem "rom-sql", "~> 3.6"
18
gem "pg"
19
+gem "ostruct" # required for Ruby 3.5
frameworks/Ruby/hanami/Gemfile.lock
@@ -119,6 +119,7 @@ GEM
119
hansi (~> 0.2.0)
120
mustermann (= 3.0.3)
121
nio4r (2.7.4)
122
+ ostruct (0.6.3)
123
pg (1.5.9)
124
puma (6.6.0)
125
nio4r (~> 2.0)
@@ -171,6 +172,7 @@ DEPENDENCIES
171
172
hanami-router (~> 2.2)
173
hanami-validations (~> 2.2)
174
hanami-view (~> 2.2)
175
+ ostruct
176
pg
177
puma
178
rake
frameworks/Ruby/hanami/hanami.dockerfile
@@ -1,4 +1,4 @@
1
-FROM ruby:3.4
+FROM ruby:3.5-rc
2
3
ENV RUBY_YJIT_ENABLE=1
4
ENV WEB_CONCURRENCY=auto
0 commit comments