-
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.
* Rails 7.1 support * Update Appraisals * Update main.yml * Create rails_7.1_vc_2.0.gemfile * Create rails_7.1_vc_3.0.gemfile * Update view_component-form.gemspec Co-authored-by: Hans Lemuet <[email protected]> * Update .github/workflows/main.yml Co-authored-by: Hans Lemuet <[email protected]> * Update rails_7.1_vc_3.0.gemfile * Update rails_7.1_vc_2.0.gemfile * Add changelog entry --------- Co-authored-by: Hans Lemuet <[email protected]> Co-authored-by: Hans Lemuet <[email protected]>
- Loading branch information
1 parent
53d7cb8
commit 29d2e47
Showing
6 changed files
with
58 additions
and
3 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
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", "~> 7.1.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", require: false, 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", "~> 7.1.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", require: false, 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