Ashwin Maroli
8b759b9c71
Remove unnecessary runtime dependency ( #9753 )
...
Merge pull request 9753
2025-01-16 06:15:39 -08:00
Ashwin Maroli
2db7db7c44
Bump cucumber to v9 ( #9747 )
...
Merge pull request 9747
2025-01-15 22:19:20 -08:00
Ashwin Maroli
3689b5bd97
Add an optional `:rdoc` group of gems ( #9742 )
...
Merge pull request 9742
2024-12-30 06:18:12 -08:00
Parker Moore
901256a42c
Fix Performance/StringIdentifierArgument violation in site.rb and allow activesupport 6 for windows tests ( #9512 )
...
Merge pull request 9512
2023-12-28 16:34:50 -08:00
David Silveira
4bfb4edc40
Update rubocop gem ( #9476 )
...
Merge pull request 9476
2023-10-31 09:47:18 -07:00
Juan Vásquez
d9df973d2c
Bump Rubocop to 1.56.4 ( #9459 )
...
Merge pull request 9459
2023-10-22 09:49:12 -07:00
Matt Rogers
a70f5cba65
Keep activesupport at version 7.0.x ( #9469 )
...
Merge pull request 9469
2023-10-22 09:47:29 -07:00
Vít Ondruch
d865905d66
Test suite uses shoulda-context only. ( #9441 )
...
Merge pull request 9441
2023-09-15 08:47:57 -07:00
Joe Mahoney
fdb4c623ba
#9398 upgrade RuboCop to 1.54 ( #9401 )
...
Merge pull request 9401
2023-07-08 15:24:36 -07:00
Joe Mahoney
acae1e1ce8
Bump rubocop version to 1.52.x ( #9361 )
...
Merge pull request 9361
2023-06-05 05:48:56 -07:00
waqarnazir
6bedc7e069
Bump Rubocop to version 1.48.x ( #9326 )
...
Merge pull request 9326
2023-03-26 02:05:10 -07:00
Ashwin Maroli
4ecbeb4063
Bump RuboCop to v1.45.x ( #9305 )
...
Merge pull request 9305
2023-02-16 04:26:21 -08:00
Ashwin Maroli
300668ed7f
Lock `psych` to v4.x
...
Psych 5 has stopped bundling `libyaml` and expects it to be installed on the host system prior
to being invoked.
Since we don't have a direct dependency on the Psych gem (it gets included in the gem bundle
as a dependency of the `rdoc` gem), lock psych gem to v4.x instead of installing `libyaml` in our
development / CI environment.
2022-12-18 19:15:34 +05:30
Ashwin Maroli
99cfe52cd8
Bump RuboCop to `v1.38.x`
...
Closes #9173
2022-11-02 14:45:10 +05:30
Ashwin Maroli
6d3dc74c7d
Bump RuboCop to `v1.37.x`
2022-10-20 14:47:52 +05:30
Youssef Boulkaid
823c8f94d2
Relax RDoc version dependency ( #9142 )
...
Merge pull request 9142
2022-10-02 03:16:53 -07:00
Ashwin Maroli
911e249d72
Bump RuboCop to `1.36.x` ( #9125 )
...
Merge pull request 9125
2022-09-21 10:25:50 -07:00
Nemo
7a698d4d14
Bump rubocop to 1.32 ( #9093 )
...
Merge pull request 9093
2022-08-01 07:21:34 -07:00
Ashwin Maroli
8896e125ef
Bump RuboCop to `v1.30.x`
2022-05-26 15:11:58 +05:30
Ashwin Maroli
0f5f5ba8d1
Bump RuboCop to v1.29.x
...
Closes #9053
2022-05-09 11:30:27 +05:30
Ashwin Maroli
7c28eb5f7e
Bump RuboCop to `v1.28.x`
2022-04-21 20:20:49 +05:30
Ashwin Maroli
1cde234d41
Bump RuboCop to `v1.27.x`
2022-04-08 18:59:55 +05:30
Ashwin Maroli
380c3fe815
Bump RuboCop to `v1.26.x`
2022-03-09 22:33:28 +05:30
Ashwin Maroli
4ec6902cdb
Bump RuboCop to `v1.25.x`
...
Closes #8941
2022-01-19 15:39:09 +05:30
Ashwin Maroli
d0eb07ba29
Add `gem "matrix"` to Gemfile
...
gem "matrix" is no longer a default gem from Ruby 3.1 onward.
Adding the gem to Gemfile is necessary until `classifier-reborn` adds it as a dependency.
Avoiding RUBY_VERSION constraints to ensure the gem is used on older Ruby versions in CI matrix
2021-12-29 19:02:06 +05:30
Ashwin Maroli
66b399c6d3
Lock `rdoc` to `v6.3.x` to avoid `psych-4.x`
...
Psych 4.x appears to mess with our Cucumber-based tests with:
```
Tried to load unspecified class: Date (Psych::DisallowedClass)
```
2021-12-27 23:27:01 +05:30
Ashwin Maroli
659683dbb2
Bump RuboCop to `v1.24.x`
2021-12-23 17:27:06 +05:30
Phil Ross
9c9cf3e82b
Support both tzinfo v1 and v2 alongwith non-half hour offsets. ( #8880 )
...
Merge pull request 8880
2021-12-08 06:35:42 -05:00
Michael Gerzabek
a8ccdd6d2f
Propagate _data folder from theme ( #8815 )
...
Merge pull request 8815
2021-11-22 08:01:33 -05:00
Ashwin Maroli
f51ccbfad3
Bump RuboCop to v1.23.x
2021-11-17 19:52:51 +05:30
Ashwin Maroli
369c345107
Improve readability of CI logs ( #8877 )
...
Merge pull request 8877
2021-11-12 11:16:13 -05:00
Matt Rogers
cfcc0c524e
Relax Rubocop Dependency ( #8831 )
...
Merge pull request 8831
2021-09-30 11:22:51 -04:00
Andrew Davis
3f46f02108
Update rubocop from 1.12 to 1.18 and min ruby from 2.4 to 2.5 ( #8741 )
...
Merge pull request 8741
2021-07-22 13:58:40 -04:00
Kelvin M. Klann
15ad8f4bdd
fix: pin rubocop to 1.12 due to error with ruby 2.4 ( #8651 )
...
Merge pull request 8651
2021-05-14 15:19:17 -04:00
Frank Taillandier
c9c9dc7dac
chore(deps): rubocop 1.10
...
fix #8583
2021-02-19 09:26:10 +01:00
Frank Taillandier
fe64d9841b
style: add rubocop 1.9 cops ( #8567 )
...
Merge pull request 8567
2021-02-01 05:54:51 -05:00
Tejas Bubane
d460fae31a
Pin rubocop version ( #8564 )
...
Merge pull request 8564
2021-01-31 11:21:17 -05:00
Frank Taillandier
8c8326e9ab
style: enable new cops ( #8538 )
...
Merge pull request 8538
2021-01-12 18:39:41 -05:00
Ashwin Maroli
97db005336
Remove version constraint on gem `tomlrb`
...
This gem is required by the test-suite
2020-11-27 14:13:02 +05:30
Ashwin Maroli
1ae2a1dd04
Bump RuboCop to v1.x
2020-10-21 17:57:08 +05:30
Frank Taillandier
bcff13a16a
chore(deps): bump Rubocop to 0.93.0 ( #8430 )
...
Merge pull request 8430
2020-10-08 15:32:49 -04:00
Ashwin Maroli
e59e998b42
Allow testing on Ruby 2.4 as well
...
Cucumber 5.x requires at least Ruby 2.5
2020-10-04 16:12:10 +05:30
Ashwin Maroli
7d8a839a21
Restore Gemfile to prior state
...
rubocop-ast-0.7.1 has dropped the dependency on gem 'strscan'.
So the workaround is no longer necessary.
https://rubygems.org/gems/rubocop-ast/versions/0.7.1
2020-09-30 11:19:07 +05:30
Ashwin Maroli
711986d19f
Fix test suite compatibility with JRuby ( #8418 )
...
Merge pull request 8418
2020-09-28 10:21:57 -04:00
jesuslerma
adc0a2e182
Update cucumber gem version to 5.1.2 ( #8413 )
...
Merge pull request 8413
2020-09-26 03:27:36 -04:00
Frank Taillandier
8b7847c8e6
chore(deps): bump Rubocop to 0.92.0
2020-09-25 10:58:05 +02:00
Ashwin Maroli
3fd7449fa1
Bump RuboCop to v0.91.x ( #8391 )
...
Merge pull request 8391
2020-09-16 06:36:26 -04:00
jnozsc
e824f6b9cc
Update rubocop gem to 0.90.0 ( #8313 )
...
Merge pull request 8313
2020-09-04 16:10:41 -04:00
Alex Malaszkiewicz
bdc67c4474
Update rubocop gem to 0.87.1 ( #8287 )
...
Merge pull request 8287
2020-07-08 14:32:40 -04:00
Alex Malaszkiewicz
7e26a8623c
Update cucumber gem to version 4.1 ( #8278 )
...
Merge pull request 8278
2020-07-03 14:11:17 -04:00