Skip to content

Commit

Permalink
Merge pull request #94 from b123400/fix-92
Browse files Browse the repository at this point in the history
  • Loading branch information
zdavatz authored Jul 3, 2024
2 parents 79391f7 + 4e2a127 commit 1ca86e0
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Ruby

on:
push:
tags:
- '*'

jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
env:
BUNDLE_PATH: ".bundle/gems"
BUNDLE_WITHOUT: "debugger"
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ruby
bundler-cache: true
- uses: rubygems/release-gem@v1
- uses: ncipollo/release-action@v1
with:
allowUpdates: true
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ group :debugger do
end

gem "nokogiri", "1.13.9"
gem "rack", "3.0.11"
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
oddb2xml (2.9.0)
oddb2xml (2.9.2)
htmlentities
httpi
mechanize
Expand Down Expand Up @@ -99,7 +99,7 @@ GEM
psych (3.3.4)
public_suffix (5.0.3)
racc (1.7.1)
rack (3.0.9.1)
rack (3.0.11)
rainbow (3.1.1)
rake (13.0.6)
rdoc (6.3.3)
Expand Down Expand Up @@ -199,6 +199,7 @@ DEPENDENCIES
pry-byebug
pry-doc
psych (< 4.0.0)
rack (= 3.0.11)
rake
rdoc (~> 6.3.3)
rspec
Expand Down

0 comments on commit 1ca86e0

Please sign in to comment.