CHANGES.md in trailblazer-rails-2.1.2 vs CHANGES.md in trailblazer-rails-2.1.4
- old
+ new
@@ -1,5 +1,13 @@
+# 2.1.4
+
+* Remove Gemfile.lock in the test folders to make travis CI to work (this time will work!)
+
+# 2.1.3
+
+* Update Gemfile.lock in the test folders to make travis CI to work again
+
# 2.1.2
* `Trailblazer::Rails::Railtie` divided in 2 modules:
* `Loader` -> require_dependecy `concepts`
* `ExtendApplicationController` -> include `run` and `render` in controllers
@@ -23,9 +31,10 @@
# 1.0.9
* `Trailblazer::Rails::Railtie` divided in 2 modules:
* `Loader` -> require_dependecy `concepts`
* `ExtendApplicationController` -> include `run` and `render` in controllers
+* Remove Gemfile.lock in the test folders to make travis CI to work
# 1.0.8
* Fixed Circular dependency detected in rails 5.2