File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88---
99
10+ ## [ 0.2.4] - 2020-08-10
11+ ### Changed
12+ - The ` rails ` dependency has been replaced with ` railties ` . - #60
13+
1014## [ 0.2.3] - 2019-10-31
1115### Added
1216- Add option to use rawid in generated tests
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- graphiti-rails (0.2.3 )
4+ graphiti-rails (0.2.4 )
55 graphiti (~> 1.2 )
66 railties (>= 5.0 )
77 rescue_registry (~> 0.2.1 )
@@ -228,4 +228,4 @@ DEPENDENCIES
228228 yard
229229
230230BUNDLED WITH
231- 2.0.2
231+ 2.1.4
Original file line number Diff line number Diff line change 22
33module Graphiti
44 module Rails
5- VERSION = '0.2.3 '
5+ VERSION = '0.2.4 '
66 end
77end
You can’t perform that action at this time.
0 commit comments