This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
[ruby] Upgrade coffee-rails to version 5.0.0 #65
Merged
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.
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?
✳️ coffee-rails (~> 4.2.2 → ~> 5.0.0) · Repo · Changelog
Release Notes
5.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 5.0.0
Set the javascripts generator option as true in the railtie
Point to rails repository
Merge pull request #114 from larouxn/rails_6_support
Revert folder structure changes, remove --javascripts flag
Fix for exclusively Rails 6
TESTING, use my fork of Rails
Conditionally use Rails 6 folder stucture
Merge pull request #111 from larouxn/stop_testing_below_ruby_2.2
Merge pull request #112 from larouxn/update_travis_jruby_version
Update Travis CI JRuby to 9.2.6.0
Stop testing Ruby <2.2
Merge pull request #108 from larouxn/stop_testing_ruby_2.3_rails_4
Remove support for Rails < 5.2
Merge pull request #109 from larouxn/add_ruby_2.6_gemfile_test
Merge pull request #110 from lucianosousa/patch-1
Remove Gemnasium badge
Add Ruby 2.6 Gemfile test
Merge pull request #102 from larouxn/run_tests_against_ruby_2.6
Merge pull request #104 from larouxn/lock_bundler_to_v1.17.3
Merge pull request #105 from larouxn/remove_gemfile_ruby_2.4
Run tests against Ruby 2.6
Remove explicit Bundler install
Remove Gemfile + Ruby 2.4 from Travis
Merge pull request #101 from rails/template-source
Fix deprecation warnings on Rails 6
Merge pull request #99 from junaruga/hotfix/travis-rubies
Update for outdated test cases in .travis.yml.
Fix wrong Ruby versions in .travis.yml.
Merge pull request #98 from junaruga/feature/travis-ruby-2.5
Add Ruby 2.5 to Travis CI.
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