-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump version to 0.0.41 Co-authored-by: Teal Stannard <[email protected]> Co-authored-by: Joey Schoblaska <[email protected]> * update platforms Co-authored-by: Teal Stannard <[email protected]> Co-authored-by: Joey Schoblaska <[email protected]> * update nokogiri Co-authored-by: Teal Stannard <[email protected]> Co-authored-by: Joey Schoblaska <[email protected]> * downgrade nokogiri to 1.15.4 for compatibility with ruby 3.4 Co-authored-by: Teal Stannard <[email protected]> Co-authored-by: Joey Schoblaska <[email protected]> * fix Gemfile.locl Co-authored-by: Teal Stannard <[email protected]> Co-authored-by: Joey Schoblaska <[email protected]> * upgrade nokogiri back to 1.16.3 in gemfile.lock Co-authored-by: Ashley Willard <[email protected]> Co-authored-by: Teal Stannard <[email protected]> --------- Co-authored-by: Teal Stannard <[email protected]> Co-authored-by: Joey Schoblaska <[email protected]>
- Loading branch information
1 parent
3b1969a
commit 5067e57
Showing
2 changed files
with
21 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Gem::Specification.new do |spec| | ||
spec.name = 'packs' | ||
spec.version = '0.0.40' | ||
spec.version = '0.0.41' | ||
spec.authors = ['Gusto Engineers'] | ||
spec.email = ['[email protected]'] | ||
|
||
|