Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up[ruby] Upgrade responders to version 3.0.0 #74
+1
−1
Conversation
depfu
bot
added
the
depfu
label
Jun 23, 2019
This comment has been minimized.
This comment has been minimized.
codecov-io
commented
Jun 23, 2019
•
Codecov Report
@@ Coverage Diff @@
## master #74 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 5 5
Lines 34 34
=====================================
Hits 34 34 Continue to review full report at Codecov.
|
ruebot
approved these changes
Jun 23, 2019
ruebot
merged commit 8d71140
into
master
Jun 23, 2019
depfu
bot
deleted the
depfu/update/responders-3.0.0
branch
Jun 23, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
depfu bot commentedJun 23, 2019
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
Release Notes
3.0.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 31 commits:
Prepare to 3.0.0
Remove code to support Rails 4.2
Configure rubocop and autocorrect everything
Happy new year :tada:
Update CHANGELOG [ci skip]
Make sure the template being rendered matches the media type
Check the media type instead of content type
Fix minitest warnings
Remove support to Rails 4.2
Test against released rack
Run tests with 2.6 and the global gemfile
Commit the Gemfile.lock
Merge pull request #211 from deivid-rodriguez/allow_rails_61_prereleases
Remove the upper bound on rails dependencies
Allow Rails 6.1 prereleases
Merge pull request #208 from deivid-rodriguez/update_rails_6_branch
Merge pull request #206 from deivid-rodriguez/remove_rubyforge_gemspec_attribute
Merge branch 'master' into remove_rubyforge_gemspec_attribute
Merge pull request #209 from deivid-rodriguez/drop_old_rubies_support
Drop support for old rubies
Point Rails 6 Gemfile to 6-0-stable
`rubyforge_project` attribute was removed from rubygems
Merge pull request #205 from abraham/patch-1
Use example domain for email
Merge pull request #203 from Shopify/deduplicate-action-names
Deduplicate action names
Merge pull request #202 from matthewrudy/rails-6.0.0
travis: exclude rails 4.2 and ruby 2.6
travis: test against rails master (6.0.0.beta)
travis: test rails 5.2 correctly
travis: enable ruby 2.6.0
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
.All Depfu comment commands