Skip to content

Commit

Permalink
test: use different rspec versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshy committed Jan 24, 2024
1 parent 969f691 commit 37429dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gemfiles/rails_5_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ source "http://rubygems.org"

gem "rails", "~> 5.2.0"

platforms :ruby do
gem "sqlite3", "~> 1.6"
end

platforms :jruby do
gem "activerecord-jdbc-adapter", "~> 52.0"
gem "activerecord-jdbcpostgresql-adapter", "~> 52.0"
Expand Down

0 comments on commit 37429dc

Please sign in to comment.