You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,13 @@ Here you can know about project evolution.
3
3
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
6
+
## Unreleased
7
+
### Changed
8
+
- Added **bundle exec** ruby command in docker-compose.yml file in command keys
9
+
- Corrected simplecov file configuration to execute require in simplecov gem
10
+
- Corrected spec_helper file to execute require in simplecov configuration file
11
+
- Updated README to add **bundle exec** in ruby commands
12
+
6
13
## [2.0.0] - 2019-11-17
7
14
### Added
8
15
- Container migrate just to run migrations on test and development databases
0 commit comments