This repository was archived by the owner on Nov 30, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 102
Drop Ruby < 2.3 support #436
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
75149f3
Simplify fork_supported?
pirj 7c2c610
Simplify ripper_supported?
pirj 2f3489e
Remove redundant jruby_9000?
pirj 3842f17
Remove kw_args_supported?
pirj 26ca803
Remove supports_rebinding_module_methods?
pirj 514ce68
Remove required_kw_args_supported?
pirj 87dca93
Always use require_relative
pirj 8109750
Remove optional_and_splat_args_supported?
pirj ba17eca
Remove caller_locations_supported?
pirj a372762
Remove supports_exception_cause?
pirj 67f560d
Remove unused module_refinement_supported?
pirj c6257e9
Remove JRuby arity check workaround
pirj 2a9c58a
Remove 1.8.7-specific workaround
pirj cd8b41e
Remove JRuby in 1.8.7 compat mode workaround
pirj ad44a2e
Remove 1.9 Open3 workaround
pirj ffd4518
Remove module_prepends_supported?
pirj 1d1270d
Remove String#encoding workarounds
pirj 3496910
Remove Time#nsec workaround
pirj 81e4713
Remove 1.9.2-specific workaround
pirj e91cc38
Simplify a macro definition
pirj 7e36bd3
Update required Ruby version gemspec constraint
pirj e072219
Remove explicit gem version constraints
pirj 9939949
Remove assorted older rubies workarounds
pirj b9c5674
Explicitly require ruby_features where needed
pirj 69288f3
Remove const_defined? workaround
pirj 1b2467f
Remove version-specific details from a doc
pirj b66b7c8
Remove old JRuby workaround
pirj 571a692
Remove usages of jruby_9000
pirj 0c3c74e
Remove non_mri?
pirj a92dc58
Add Changelog entry
pirj b69244f
Get rid of evals
pirj fdd801c
Fix offences
pirj d181a28
Use Mutex from core, prevent it from being stubbed
pirj dd56e6f
Remove StdErrSplitter workarounds
pirj 38885cf
Remove redundant boilerplate
pirj a9ab522
Remove BasicObject checks
pirj 048eedd
Remove filtering for unsupported rubies
pirj a787fa2
Fix code doc
pirj 0d41dfa
Downgrade ffi due to their usage of Gem
pirj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
RSpec::Support.require_rspec_support 'ruby_features' | ||
|
||
module RSpec | ||
module Support | ||
# @api private | ||
|
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.