Skip to content

Commit

Permalink
arrrrrgh
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefanni Brasil committed Mar 18, 2024
1 parent 8eb30f1 commit 8276063
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
1 change: 1 addition & 0 deletions .github/workflows/appraisal_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gemspec

gem 'addressable'
gem 'ammeter'
gem 'appraisal'
gem 'appraisal', "2.5.0"
gem 'capybara'
gem 'database_cleaner'
gem 'erb_lint', require: false
Expand Down
3 changes: 1 addition & 2 deletions gemfiles/rails_6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

gem "addressable"
gem "ammeter"
gem "appraisal"
gem "appraisal", "2.5.0"
gem "capybara"
gem "database_cleaner"
gem "erb_lint", require: false
Expand All @@ -20,4 +20,3 @@ gem "railties", "~> 6.0.0"
gem "net-smtp", require: false
gem "psych", "< 4"

gemspec path: "../"
4 changes: 1 addition & 3 deletions gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

gem "addressable"
gem "ammeter"
gem "appraisal"
gem "appraisal", "2.5.0"
gem "capybara"
gem "database_cleaner"
gem "erb_lint", require: false
Expand All @@ -18,5 +18,3 @@ gem "sqlite3"
gem "timecop"
gem "railties", "~> 6.1.0"
gem "net-smtp", require: false

gemspec path: "../"
4 changes: 1 addition & 3 deletions gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

gem "addressable"
gem "ammeter"
gem "appraisal"
gem "appraisal", "2.5.0"
gem "capybara"
gem "database_cleaner"
gem "erb_lint", require: false
Expand All @@ -17,5 +17,3 @@ gem "shoulda-matchers"
gem "sqlite3"
gem "timecop"
gem "railties", "~> 7.0.0"

gemspec path: "../"
4 changes: 1 addition & 3 deletions gemfiles/rails_7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

gem "addressable"
gem "ammeter"
gem "appraisal"
gem "appraisal", "2.5.0"
gem "capybara"
gem "database_cleaner"
gem "erb_lint", require: false
Expand All @@ -17,5 +17,3 @@ gem "shoulda-matchers"
gem "sqlite3"
gem "timecop"
gem "railties", "~> 7.1.0"

gemspec path: "../"

0 comments on commit 8276063

Please sign in to comment.