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 84b9f9e commit edb5f94Copy full SHA for edb5f94
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 5.4.2 2025-01-19
2
+
3
+### Fixed
4
5
+- [rom-repository] Fix warning about redefined `set_relation` method (@flash-gordon)
6
7
## 5.4.1 2025-01-09
8
9
### Fixed
bin/console
@@ -8,6 +8,7 @@ Bundler.setup
require 'rom-repository'
require 'rom-changeset'
10
require 'dry/monitor'
11
+require 'dry/monitor/sql/logger'
12
13
%w[pry-byebug debug pry].each do |gem|
14
require gem
@@ -97,4 +98,4 @@ class Context
97
98
end
99
100
-Pry.start(Context.new(rom, repo))
101
+binding.irb
0 commit comments