Douglas Eichelberger
|
26eda5a303
|
git grep -l '^describe' | xargs gsed -i 's|^describe|RSpec.describe|g'
|
2024-02-19 13:57:27 +00:00 |
|
Bo Anderson
|
71f558229a
|
Test on Ruby 3.1
|
2023-09-29 04:46:16 +01:00 |
|
Douglas Eichelberger
|
9075cbae62
|
brew style --fix
|
2023-04-21 09:58:50 -07:00 |
|
Douglas Eichelberger
|
ac1e6ded9a
|
git grep -l '# typed: false' | xargs gsed -i 's|# typed: false||g'
|
2023-04-21 09:57:47 -07:00 |
|
Bo Anderson
|
eac32f0b20
|
Additional fixes for Ruby 3 compatibility
|
2022-10-18 01:54:59 +01:00 |
|
Bo Anderson
|
6eb2d6df9a
|
utils/ruby_check_version_script: fix invalid shebang
|
2022-07-16 02:49:33 +01:00 |
|
Mike McQuaid
|
217bfb7dad
|
utils/ruby_check_version_script: fix and test.
Don't use ActiveSupport methods and add a test to make sure this doesn't regress.
Fixes #13559
|
2022-07-16 02:47:33 +01:00 |
|