-
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.
* Update railties dependency to support Rails 7.2 * don't need to check ruby 2.7/3.0 for rails version that supports new ones * add ruby 3.3 --------- Co-authored-by: Mansoor Khan <thisismansoorkhan@gmail.com> Co-authored-by: Mathieu Jobin <99191+mathieujobin@users.noreply.github.com>
- Loading branch information
1 parent
6930425
commit efa901f
Showing
5 changed files
with
18 additions
and
4 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.2.2 | ||
|
||
- Support Rails 7.2 | ||
|
||
### 1.2.1 | ||
|
||
- Support Rails 7.1 | ||
|
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", "~> 7.2.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.1' | ||
VERSION = '1.2.2' | ||
end |