Skip to content
Snippets Groups Projects
Unverified Commit 98bc0462 authored by Peter Boling's avatar Peter Boling :ping_pong:
Browse files

:green_heart: Tweak rubygems & bundler settings

parent 01208dae
No related branches found
Tags
1 merge request!3Upstream changes from 1.1-stable
......@@ -30,9 +30,9 @@ jobs:
matrix:
experimental: [false]
rubygems:
- "2.7.11"
- latest
bundler:
- none
- latest
ruby:
- "2.6"
- "2.5"
......
......@@ -21,6 +21,10 @@ jobs:
fail-fast: false
matrix:
experimental: [false]
rubygems:
- latest
bundler:
- latest
ruby:
- "2.2"
runs-on: ubuntu-20.04
......
......@@ -27,6 +27,10 @@ jobs:
if: "!contains(github.event.commits[0].message, '[ci skip]') && !contains(github.event.commits[0].message, '[skip ci]')"
strategy:
fail-fast: false
rubygems:
- latest
bundler:
- latest
matrix:
experimental: [false]
ruby:
......
......@@ -10,6 +10,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Removed
## [1.1.3] 2023-06-05
### Added
- Dependencies
- yard-junk
- redcarpet
- pry, IRB alternative
- pry-suite
- debase, for IDE debugging
- Some rules should ignore specs/tests
- Style/MethodCallWithArgsParentheses
- Style/ClassAndModuleChildren
### Fixed
- `yard` documentation task
### Changed
- Added Include to inherit_mode: merge
- Updated dependency on standard-rubocop-lts
## [1.1.2] - 2023-03-17 ([tag][1.1.2t])
### Added
- `VersionGem::Ruby` to help library CI integration against many different versions of Ruby (@pboling)
......
# frozen_string_literal: true
# Testing
gem "rspec", "~> 3.12"
gem "rspec-block_is_expected", "~> 1.0" # Ships a RuboCop rule
# Managed by gemspec
# gem "rspec", "~> 3.12"
# gem "rspec-block_is_expected", "~> 1.0" # Ships a RuboCop rule
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment