-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add support for Rails 8.0 * Update `Appraisals` * Update `.github/workflows/main.yml` * Create `rails_8.0_vc_2.0.gemfile` * Create `rails_8.0_vc_3.0.gemfile` * Update `view_component-form.gemspec` * Add a new CHANGELOG entry * Remove Ruby 3.2 for Rails `head` in CI Rails 8+ requires Ruby 3.3+.
- Loading branch information
Showing
7 changed files
with
61 additions
and
6 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
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,20 @@ | ||
# This file was generated by Appraisal | ||
|
||
source "https://rubygems.org" | ||
|
||
gem "appraisal", require: false | ||
gem "capybara", require: false | ||
gem "combustion", "~> 1.3.7" | ||
gem "generator_spec" | ||
gem "rails", "~> 8.0.0" | ||
gem "rake", "~> 13.0" | ||
gem "rspec", "~> 3.0", require: false | ||
gem "rspec-html-matchers" | ||
gem "rspec-rails", require: false | ||
gem "rubocop", require: false | ||
gem "rubocop-performance", require: false | ||
gem "rubocop-rspec", require: false | ||
gem "simplecov", require: false, group: :test | ||
gem "sqlite3", "~> 2.1", group: :test | ||
|
||
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# This file was generated by Appraisal | ||
|
||
source "https://rubygems.org" | ||
|
||
gem "appraisal", require: false | ||
gem "capybara", require: false | ||
gem "combustion", "~> 1.3.7" | ||
gem "generator_spec" | ||
gem "rails", "~> 8.0.0" | ||
gem "rake", "~> 13.0" | ||
gem "rspec", "~> 3.0", require: false | ||
gem "rspec-html-matchers" | ||
gem "rspec-rails", require: false | ||
gem "rubocop", require: false | ||
gem "rubocop-performance", require: false | ||
gem "rubocop-rspec", require: false | ||
gem "simplecov", require: false, group: :test | ||
gem "sqlite3", "~> 2.1", group: :test | ||
gem "view_component", ">= 3.0.0", "< 4.0" | ||
|
||
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