Skip to content

Commit

Permalink
Merge branch 'main' into dangoor/polynomial-regex
Browse files Browse the repository at this point in the history
  • Loading branch information
dangoor committed Aug 13, 2024
2 parents b4d5095 + ce7794f commit 67f4f0e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .licenses/bundler/parallel.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: parallel
version: 1.25.1
version: 1.26.2
type: bundler
summary: Run any kind of code in parallel processes
homepage: https://github.com/grosser/parallel
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Ensure homepage string is not too long in cabal.rb to avoid DOS attack

## 4.5.0

### Changed

- Bumped a number of dependencies for security fixes

## 4.4.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ GEM
octokit (6.1.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.25.1)
parallel (1.26.2)
parser (3.2.0.0)
ast (~> 2.4.1)
pathname-common_prefix (0.0.2)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Licensed v3 includes a breaking change if both of the following are true:
1. a project uses bundler to manage ruby dependencies
2. a project uses the self-contained executable build of licensed

All other usages of licensed should not encounter any major changes migrating from the latest 2.x build to 3.0.
All other usages of licensed should not encounter any major changes migrating from the latest 2.x build to 3.0.

See [CHANGELOG.md](./CHANGELOG.md) for more details on what's changed.
See the [v3 migration documentation](./docs/migrations/v3.md) for more info on migrating to v3.
Expand Down Expand Up @@ -94,7 +94,7 @@ To get started after checking out the repo, run

You can also run `script/console` for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then create a release on GitHub.

### Adding a new source

Expand Down

0 comments on commit 67f4f0e

Please sign in to comment.