-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Try out rc2 of Rails 8 * Move to Rails 8 * use released version * use two digits * remove third digit style * Exclude Ruby 3.1 for Rails 8, unsupported. --------- Co-authored-by: Mathieu Jobin <99191+mathieujobin@users.noreply.github.com>
- Loading branch information
1 parent
efa901f
commit 551bc8e
Showing
5 changed files
with
20 additions
and
2 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 |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
|
||
### [Unreleased] | ||
|
||
### 1.3.0 | ||
|
||
- Support Rails 8 | ||
|
||
### 1.2.2 | ||
|
||
- Support Rails 7.2 | ||
|
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
source "https://rubygems.org" | ||
|
||
gem "rails", "~> 8.0.0" | ||
gem "slim-rails" | ||
gem "haml" | ||
gem "kramdown" | ||
|
||
gem 'coveralls', require: false | ||
|
||
gemspec :path => ".././" |
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,3 +1,3 @@ | ||
module AngularRailsTemplates | ||
VERSION = '1.2.2' | ||
VERSION = '1.3.0' | ||
end |