-
Notifications
You must be signed in to change notification settings - Fork 981
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 1.9 syntax error (with Error fixes) (#1094)
* Fix 1.9 syntax error (with Error fixes) 0.1x is supposed to be 1.9-compat * Fix CI for Ruby 2.3 Support for github action of ruby 2.3 was removed. Now according to https://github.com/actions/setup-ruby/blob/master/action.yml theminimal version is 2.4. * improve how errors pull out exceptions and responses * deprecate :response handling * don't force response to be {} * init these ivars * dont re-init them * how do i get this to init Co-authored-by: Hiro Asari <[email protected]> Co-authored-by: Valentine Kiselev <[email protected]> Co-authored-by: Mattia <[email protected]>
- Loading branch information
1 parent
243dc92
commit cbde3d3
Showing
3 changed files
with
69 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters