Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We've updated a dependency and here is what you need to know:
Additionally, the update changed a few other dependencies as well:
You should probably take a good look at the info here and the test results before merging this pull request, of course.
What changed?
✳️ thin (1.6.3 → 1.7.2) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 52 commits:
Bump version to 1.7.2 and update CHANGELOG
Bump version to 1.7.1 and update CHANGELOG
Merge pull request #327 from frameworked/master
Removed unused attributes.
Merge pull request #339 from greysteil/gemspec-metadata
Add source code and changelog links to gemspec
Merge pull request #306 from markets/config_file_erb
Merge pull request #329 from nimish-mehta/handle-fixnum-deprecation
Use 0.class instead of Fixnum for ruby >= 2.4
Add config support for ssl_version and ssl_cipher_list. Forcing TLSv1_2 now woring.
Cleanup README and add instructions for Action Cable
Bump version to 1.7.0 and update CHANGELOG
Merge pull request #294 from tiseheaini/master
Merge pull request #312 from macournoyer/finish-request-in-thread
Merge pull request #309 from junaruga/feature/fix-test-for-etc-rc.d-thin
Allow Rack 2.0
Ensure the request is closed in the same thread as the app in threaded mode
Fix test suite for the case /etc/rc.d exists.
allow ERB templates in config files
Merge pull request #304 from macournoyer/revert-303-em-1.2
Revert "remove eventmachine restriction"
Merge pull request #303 from schmurfy/em-1.2
remove eventmachine restriction
Merge pull request #297 from mluts/fix-ragel-parser
Merge pull request #296 from meschbach/master
Don't need "int cs" variable here
Use the correct port when 0 is passed
fix thin start change log
Merge pull request #293 from jeremyevans/fstring
Work with ruby 2.3's --enable-frozen-string-literal
Merge pull request #286 from liamseanbrady/fix_typos_and_phrasing
Fix typos and phrasing to increase readability of documentation
Update eventmachine dependency version requirements to be less strict.
Update CHANGELOG and bump version to 1.6.4
Check for Encoding const before using.
Merge pull request #219 from X2rdas/master
Merge pull request #245 from kochd/master
Merge pull request #249 from lukebakken/issue-248
Merge pull request #271 from tenderlove/init_trace_logger
initialize `@trace_logger` to nil
Merge pull request #262 from sugitak/rack-server-timeout
add: :timeout option for Rack::Server.new
Merge pull request #261 from rsamoilov/send_response_on_restart
When restarting, exit on a next tick so we can send response to a client
Merge pull request #258 from kyanny/kyanny-patch-1
Fix doc typo
Merge pull request #257 from z1dane/master
Add check pidfile empty. Fix Issue #34
Merge pull request #255 from freemanoid/master
Update eventmachine for ruby 2.2.0
If an exception object is not passed to `log_error`, ensure that
ignore emacs recovery files in config_path
Release Notes
1.2.6
== Release 1.2.6: December 24, 2017
1.2.5
Bugfix release.
1.2.4
Bugfix and feature enhancement release.
Commits
See the full diff on Github. The new version differs by 1 commit:
Add link to documentation
Release Notes
1.2.7
1.2.7 (May 12, 2018)
1.2.6
1.2.6 (April 30, 2018)
1.2.5
Released to Rubygems
From 1.2.4:
1.2.3
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.