Skip to content

Commit

Permalink
👷 Appraisal: Coverage runs on Ruby 3.3 and Rails 7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Nov 14, 2024
1 parent 4e3368d commit dd0ef51
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
gemfile:
- coverage
ruby:
- '3.1'
- '3.3'

steps:
### COUCHDB
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gem "guard-rspec"
gem "rb-fsevent"

### Coverage
gem "kettle-soup-cover", "~> 1.0", ">= 1.0.2"
gem "kettle-soup-cover", "~> 1.0", ">= 1.0.4"

### Testing
gem "test-unit", ">= 3.0"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ DEPENDENCIES
guard
guard-bundler
guard-rspec
kettle-soup-cover (~> 1.0, >= 1.0.2)
kettle-soup-cover (~> 1.0, >= 1.0.4)
mongoid (~> 7)
mongoid-rspec (~> 4.2)
nobrainer (~> 0.44)
Expand Down
5 changes: 3 additions & 2 deletions gemfiles/coverage.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ source "https://rubygems.org"
# Exceptions, if any, will be found here in gemfiles/*.gemfile

### ORMs
gem "activerecord", "~> 8.0", require: false
# NOTE: couch_potato is not yet compatible with Rails 8.0
gem "activerecord", "~> 7.2.2", require: false
gem "couch_potato", "~> 1.17", require: false
gem "mongoid", "~> 7.0", require: false
gem "mongoid-rspec", "~> 4.2", require: false
gem "sequel", "~> 5.86", require: false

# Coverage
gem "kettle-soup-cover", "~> 1.0", ">= 1.0.2"
gem "kettle-soup-cover", "~> 1.0", ">= 1.0.4"

gemspec path: "../"

0 comments on commit dd0ef51

Please sign in to comment.