Skip to content

Commit

Permalink
Merge pull request #138 from artichoke/dependabot/bundler/bundler-dep…
Browse files Browse the repository at this point in the history
…s-7b138d2dfd

Bump the bundler-deps group with 2 updates
  • Loading branch information
lopopolo authored Jan 9, 2024
2 parents 8db8069 + d284572 commit 063cecf
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 15 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.12.1

Release 2024-01-08.

### Internal Changes

- Update `dependabot.yml` to update npm deps. [#137]
- Upgrade Ruby dependencies. [#138]

[#137]: https://github.com/artichoke/generate_third_party/pull/137
[#138]: https://github.com/artichoke/generate_third_party/pull/138

## 1.12.0

Released 2024-01-08.
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
generate_third_party (1.12.0)
generate_third_party (1.12.1)
sorbet-runtime (~> 0.5)

GEM
Expand Down Expand Up @@ -47,27 +47,27 @@ GEM
rubocop-sorbet (0.7.6)
rubocop (>= 0.90.0)
ruby-progressbar (1.13.0)
sorbet (0.5.11164)
sorbet-static (= 0.5.11164)
sorbet-runtime (0.5.11164)
sorbet-static (0.5.11164-universal-darwin)
sorbet-static (0.5.11164-x86_64-linux)
sorbet-static-and-runtime (0.5.11164)
sorbet (= 0.5.11164)
sorbet-runtime (= 0.5.11164)
sorbet (0.5.11178)
sorbet-static (= 0.5.11178)
sorbet-runtime (0.5.11178)
sorbet-static (0.5.11178-universal-darwin)
sorbet-static (0.5.11178-x86_64-linux)
sorbet-static-and-runtime (0.5.11178)
sorbet (= 0.5.11178)
sorbet-runtime (= 0.5.11178)
spoom (1.2.4)
erubi (>= 1.10.0)
sorbet-static-and-runtime (>= 0.5.10187)
syntax_tree (>= 6.1.1)
thor (>= 0.19.2)
syntax_tree (6.2.0)
prettier_print (>= 1.2.0)
tapioca (0.11.14)
tapioca (0.11.15)
bundler (>= 2.2.25)
netrc (>= 0.11.0)
parallel (>= 1.21.0)
rbi (>= 0.1.4, < 0.2)
sorbet-static-and-runtime (>= 0.5.10187)
sorbet-static-and-runtime (>= 0.5.10820)
spoom (~> 1.2.0, >= 1.2.0)
thor (>= 1.2.0)
yard-sorbet
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This repository is available as a GitHub Action:
```yaml
- name: Generate THIRDPARTY license listing
id: generate_third_party
uses: artichoke/[email protected].0
uses: artichoke/[email protected].1
with:
artichoke_ref: trunk
target_triple: x86_64-unknown-linux-gnu
Expand Down
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ runs:
run: |
gem build generate_third_party.gemspec
if [[ "${{ runner.os }}" == "Linux" ]]; then
sudo gem install generate_third_party-1.12.0.gem
sudo gem install generate_third_party-1.12.1.gem
else
gem install generate_third_party-1.12.0.gem
gem install generate_third_party-1.12.1.gem
fi
working-directory: ${{ github.action_path }}

Expand Down
2 changes: 1 addition & 1 deletion generate_third_party.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'generate_third_party'
s.version = '1.12.0'
s.version = '1.12.1'
s.required_ruby_version = '>= 3.0.0' # remember to update `test-all-targets` CI job
s.summary = "Generate Artichoke's third party dependencies"
s.description = 'Generate lists of third party dependencies and their licenses'
Expand Down

0 comments on commit 063cecf

Please sign in to comment.