Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails 7.1 support #151

Merged
merged 11 commits into from
Oct 11, 2023
Prev Previous commit
Next Next commit
Create rails_7.1_vc_2.0.gemfile
  • Loading branch information
henrikbjorn authored Oct 10, 2023
commit 1fb3b270b04d10f0e0c3ed98b002e8a3029840cc
20 changes: 20 additions & 0 deletions gemfiles/rails_7.1_vc_2.0.gemfile
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.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", require: false, group: :test

gemspec path: "../"