Skip to content

Commit

Permalink
Merge pull request #121 from zendesk/grosser/inst
Browse files Browse the repository at this point in the history
fix release insructions
  • Loading branch information
bquorning authored Nov 16, 2023
2 parents 507cda4 + 79f5119 commit 2582bfa
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,4 +285,5 @@ git commit -a --amend --no-edit
bundle exec rake release
```

[github action](.github/workflows/ruby-gem-publication.yml) will release a new version to rubygems.org
- [github action](.github/workflows/ruby-gem-publication.yml) will release a new version to rubygems.org
- approve the new version [here](https://github.com/zendesk/stronger_parameters/actions/workflows/ruby-gem-publication.yml)
2 changes: 1 addition & 1 deletion gemfiles/rails5.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
stronger_parameters (2.21.1)
stronger_parameters (2.22.0)
actionpack (>= 5.0, < 7.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails5.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
stronger_parameters (2.21.1)
stronger_parameters (2.22.0)
actionpack (>= 5.0, < 7.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails5.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
stronger_parameters (2.21.1)
stronger_parameters (2.22.0)
actionpack (>= 5.0, < 7.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails6.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
stronger_parameters (2.21.1)
stronger_parameters (2.22.0)
actionpack (>= 5.0, < 7.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails6.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
stronger_parameters (2.21.1)
stronger_parameters (2.22.0)
actionpack (>= 5.0, < 7.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails7.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
stronger_parameters (2.21.1)
stronger_parameters (2.22.0)
actionpack (>= 5.0, < 7.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails7.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
stronger_parameters (2.21.1)
stronger_parameters (2.22.0)
actionpack (>= 5.0, < 7.2)

GEM
Expand Down

0 comments on commit 2582bfa

Please sign in to comment.