Skip to content

Commit

Permalink
Add Rails 7.2 required gems to appraisal
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorton committed Jun 1, 2024
1 parent 5cd1125 commit 025e4ae
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@ appraise 'rails_7_2' do
instance_eval(&controller_test_dependency)

gem 'rails', '7.2.0.beta1'

# Static analysis for security vulnerabilities [https://brakemanscanner.org/]
gem "brakeman", require: false

# Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/]
gem "rubocop-rails-omakase", require: false

gem 'sprockets-rails'
gem 'puma', '~> 6.0'
gem 'importmap-rails'
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/rails_7_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ gem "spring"
gem "spring-watcher-listen", "~> 2.0.0"
gem "rails-controller-testing", ">= 1.0.1"
gem "rails", "7.2.0.beta1"
gem "brakeman", require: false
gem "rubocop-rails-omakase", require: false
gem "sprockets-rails"
gem "puma", "~> 6.0"
gem "importmap-rails"
Expand Down
15 changes: 15 additions & 0 deletions gemfiles/rails_7_2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ GEM
bigdecimal (3.1.8)
bootsnap (1.18.3)
msgpack (~> 1.2)
brakeman (6.1.2)
racc
builder (3.2.4)
byebug (11.1.3)
capybara (3.40.0)
Expand Down Expand Up @@ -254,13 +256,24 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-minitest (0.35.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-packaging (0.5.2)
rubocop (>= 1.33, < 2.0)
rubocop-performance (1.21.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.25.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails-omakase (1.0.0)
rubocop
rubocop-minitest
rubocop-performance
rubocop-rails
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
selenium-webdriver (4.10.0)
Expand Down Expand Up @@ -318,6 +331,7 @@ DEPENDENCIES
appraisal (= 2.5.0)
bcrypt (~> 3.1.7)
bootsnap
brakeman
bundler (~> 2.0)
capybara
fssm
Expand All @@ -337,6 +351,7 @@ DEPENDENCIES
rubocop
rubocop-packaging
rubocop-rails
rubocop-rails-omakase
selenium-webdriver
shoulda-context (~> 2.0.0)
spring
Expand Down

0 comments on commit 025e4ae

Please sign in to comment.