Skip to content

Commit edb5f94

Browse files
committed
Use irb instead of pry
1 parent 84b9f9e commit edb5f94

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 5.4.1 2025-01-09
28

39
### Fixed

bin/console

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Bundler.setup
88
require 'rom-repository'
99
require 'rom-changeset'
1010
require 'dry/monitor'
11+
require 'dry/monitor/sql/logger'
1112

1213
%w[pry-byebug debug pry].each do |gem|
1314
require gem
@@ -97,4 +98,4 @@ class Context
9798
end
9899
end
99100

100-
Pry.start(Context.new(rom, repo))
101+
binding.irb

0 commit comments

Comments
 (0)