Skip to content

Commit

Permalink
stop testing for rails 8
Browse files Browse the repository at this point in the history
Signed-off-by: Arjun Rajappa <Arjun.Rajappa@ibm.com>
  • Loading branch information
arjun-rajappa committed Nov 11, 2024
1 parent 254cb60 commit ac0ab0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemfiles/rails_71.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem "rack-test"
gem "simplecov", "~> 0.21.2"
gem "mail", ">= 2.8.1"
gem "mutex_m" # mutex_m is not part of the default gems since Ruby 3.4.0
gem "rails", ">= 7.1"
gem "rails", "~> 7.1"
gem "mysql2", "0.5.5"
gem "pg"
gem "sqlite3", "~> 1.4"
Expand Down

0 comments on commit ac0ab0c

Please sign in to comment.