Commit Graph

7 Commits

Author SHA1 Message Date
Pedro Paiva 958a9fec66
Update Ruby to the latest version (#1509)
* Update ruby to the latest version

* Bump Rubocop to 1.36.0

* Fix "Style/RedundantBegin: Redundant begin block detected" rubocop offense

* Disable Naming/VariableNumber offense

* Fix "Style/RedundantParentheses: Don't use parentheses around a literal" rubocop offense

* Fix "Lint/RedundantCopDisableDirective: Unnecessary disabling of Style/FormatStringToken." rubocop offense

* Fix "Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call" rubocop offense

* Bump Ruby to 3.1.2

* Bump rubocop-rails to 2.16.1

* Bump rubocop-packaging to 0.5.2
2022-09-25 11:47:21 -03:00
Pedro Paiva c1232b0129
Update Ruby Version (#1466)
* Update Ruby Version

* Bump Bootsnap version to 1.9.3
2021-12-20 12:40:59 -03:00
Pedro Paiva f5f68fadc5
Update Ruby version (#1454) 2021-07-09 22:38:33 -03:00
Pedro Paiva 8dea981df0
Add Ruby 3.0 support (#1427)
* Fix warning: Using the last argument as keyword parameters is deprecated

* Add ruby 3.0 support

* Update listen to support ruby 3.0

* Prevent CI testing Ruby 3.0 with Rails 5.x

* Fix action/cache key

* Update nokogiri

* Use Ruby 3.0.1 for development

* Remove webdrivers gem
2021-04-09 22:56:49 -03:00
Pedro Paiva 02396a8071 Use Ruby 2.7.2 for development and CI 2020-11-03 10:10:16 -07:00
Gui Vieira 97b97015f4 Use Ruby 2.7 for development and CI
* Use Ruby 2.7 for gem development
* Add Ruby 2.7 to CI matrix
* Update other Ruby versions
* Fix Bundler caching
* Upgrade to newest version of RubyGems to prevent deadlock

Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
2020-08-23 21:03:42 -06:00
Gui Vieira 068b0e7afc
Release version 4.2.0 (#1268)
### Features

* Add support for `optional: false` in `belongs_to` associations. ([#1237])
* Add support for associations with `inverse_of: false` and non-standard foreign key ([#1106])

### Bug fixes
* Fix typos in documentation of `allow_values` ([#1241])
* Fix appraisal command in CONTRIBUTING.md file ([#1253])

### Improvements
* Remove minitest reporters dependency ([#1251])
* Development dependency updates

[#1106]: https://github.com/thoughtbot/shoulda-matchers/pull/1106
[#1237]: https://github.com/thoughtbot/shoulda-matchers/pull/1237
[#1241]: https://github.com/thoughtbot/shoulda-matchers/pull/1241
[#1253]: https://github.com/thoughtbot/shoulda-matchers/pull/1253
2020-01-08 22:50:09 -08:00