Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/irobayna/stupidedi
Browse files Browse the repository at this point in the history
  • Loading branch information
kputnam committed May 31, 2019
2 parents d80d555 + a6ead5d commit ee34cba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ before_install:
else
gem update --system;
gem install bundler;
bundle update --bundler;
fi

rvm:
Expand Down Expand Up @@ -34,3 +35,4 @@ rvm:
- 2.5.1
- 2.5.3
- 2.6.3
- 2.7.0-preview1
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ v master / unreleased

* Fix copy-pasted StringVal -> IdentifierVal #187
* call find! on StateMachine not Either wrapper #188
* Fix error message when required composite is missing #194

v 1.4.0

Expand Down

0 comments on commit ee34cba

Please sign in to comment.