Skip to content

Commit

Permalink
Bring brack gemspec required for JRuby to work
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBakerEffendi committed Nov 1, 2024
1 parent a7e646e commit a80ee86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
d ! -name "gems" ! -name "bin" ! -name "specifications" \
-exec rm -rf {} +
zip -r ruby_ast_gen_${{ steps.taggerDryRun.outputs.new_tag }}.zip \
lib exe vendor Gemfile
lib exe vendor Gemfile ruby_ast_gen.gemspec
- name: Add and commit updated files holding version information
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

source "https://rubygems.org"

gemspec

gem "parser", "~> 3.3"

gem "ostruct", "~> 0.6.0"
Expand Down
File renamed without changes.

0 comments on commit a80ee86

Please sign in to comment.