Skip to content

Commit

Permalink
chore: update packages (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender authored Nov 5, 2023
1 parent aba673c commit b952eee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/GemFile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ GEM
forwardable-extended (~> 2.6)
posix-spawn (0.3.15)
public_suffix (4.0.7)
racc (1.7.1)
racc (1.7.3)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down
6 changes: 3 additions & 3 deletions docs/pages/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ See GitHub documentation for initial [Ruby and Jekyll setup instructions for Git
```bash
# from /docs folder
bundle install
bundle exec jekyll serve
bundle exec jekyll serve -o -l

# then open site on http://127.0.0.1:4000
# the site will open http://127.0.0.1:4000
```

When adding or updating indicators:
Expand All @@ -102,7 +102,7 @@ npx pa11y-ci --sitemap http://127.0.0.1:4000/sitemap.xml"
By submitting changes to this repo you are also acknowledging and agree to the terms in both the [Developer Certificate of Origin (DCO) 1.1](https://developercertificate.org) and the [Apache 2.0 license](https://opensource.org/licenses/Apache-2.0). These are standard open-source terms and conditions.
When ready, submit a [Pull Request](https://help.github.com/pull-requests) with a clear list of what you've done.
When ready, submit a [Pull Request](https://help.github.com/pull-requests) with a clear description of what you've done and why it's important.
Always write a clear log message for your commits. One-line messages are fine for most changes.
After a Pull Request is reviewed, accepted, and [squash] merged to `main`, we may batch changes before publishing a new package version to the [public NuGet repository](https://www.nuget.org/packages/Skender.Stock.Indicators). Please be patient with turnaround time.
Expand Down
2 changes: 1 addition & 1 deletion tests/performance/Tests.Performance.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.9" />
<PackageReference Include="BenchmarkDotNet" Version="0.13.10" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit b952eee

Please sign in to comment.