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
7
7
8
8
---
9
9
10
+ ## [ 0.2.4] - 2020-08-10
11
+ ### Changed
12
+ - The ` rails ` dependency has been replaced with ` railties ` . - #60
13
+
10
14
## [ 0.2.3] - 2019-10-31
11
15
### Added
12
16
- Add option to use rawid in generated tests
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- graphiti-rails (0.2.3 )
4
+ graphiti-rails (0.2.4 )
5
5
graphiti (~> 1.2 )
6
6
railties (>= 5.0 )
7
7
rescue_registry (~> 0.2.1 )
@@ -228,4 +228,4 @@ DEPENDENCIES
228
228
yard
229
229
230
230
BUNDLED WITH
231
- 2.0.2
231
+ 2.1.4
Original file line number Diff line number Diff line change 2
2
3
3
module Graphiti
4
4
module Rails
5
- VERSION = '0.2.3 '
5
+ VERSION = '0.2.4 '
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments