jeromedalbert (Jerome Dalbert)
- Login: jeromedalbert
- Registered on: 04/02/2018
- Last sign in: 04/02/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/02/2025
-
06:43 AM Ruby Feature #14565: Simpler, one-liner, failsafe require in ruby? [Suggested names: require_failsafe, require_safe, require_try, require_add)
- I like this feature request, a non-failing require would be great for gems that optionally depend on another gem.
For example:
```ruby
begin
require 'rubocop-rspec'
rescue LoadError
end
if defined?(RuboCop::RSpec)
# .....
11/21/2024
-
08:34 PM Ruby Revision 8ea34951 (git): Ensure that all Bundler commands have a man page
- Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
-
12:25 PM Ruby Revision 890c83e6 (git): [rubygems/rubygems] Fix `bundle remove` sometimes not removing gems
- https://github.com/rubygems/rubygems/commit/e7f5f067e8
10/30/2024
-
02:06 PM Ruby Revision caa6bcc9 (git): [rubygems/rubygems] Indent github workflow steps for generated gems
- https://github.com/rubygems/rubygems/commit/a1784e2efa
10/23/2024
10/18/2024
-
04:19 PM Ruby Revision fce5bbd6 (git): [rubygems/rubygems] Add `bundle add --quiet` option
- This option is similar to the `bundle install --quiet` option
https://github.com/rubygems/rubygems/commit/3bd773d827 -
02:25 PM Ruby Revision 6b1268c7 (git): [rubygems/rubygems] Clarify `bundle install --quiet` documentation
- Bundler always exits with a status code.
https://github.com/rubygems/rubygems/commit/3a38bd0b12
07/26/2024
-
07:56 AM Ruby Revision 71dec15a (git): [rubygems/rubygems] Fix bundle check exit code when git gem is missing
- Make `bundle check` exit with code 1 when gem git source is not yet
checked out.
https://github.com/rubygems/rubygems/commit/93162bf5af
07/05/2024
-
02:24 AM Ruby Revision bbb4da78 (git): [rubygems/rubygems] Use preferred add_dependency instead of add_runtime_dependency
- https://github.com/rubygems/rubygems/commit/9a08043858
07/02/2024
-
07:54 PM Ruby Revision 2830a6ae (git): [rubygems/rubygems] Only allow valid values for --test, --ci, and --linter options
- https://github.com/rubygems/rubygems/commit/d4360c9032