-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add rails 7.1 to the build matrix * bump rails versions * bump version, add 7.1.1 to the regular build matrix * bump requirement * skip coverage check on jruby * array syntax * add ruby 3.3 to the mix * puts ruby version
- Loading branch information
1 parent
9fa389e
commit 98f097e
Showing
4 changed files
with
9 additions
and
5 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
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,5 +1,5 @@ | ||
# coding: UTF-8 | ||
|
||
module HamlCoffeeAssets | ||
VERSION = '1.23.0' unless defined?(HamlCoffeeAssets::VERSION) | ||
VERSION = '1.24.0' unless defined?(HamlCoffeeAssets::VERSION) | ||
end |
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