Skip to content

Commit

Permalink
Fix rspec bug without limiting rails last stable version in railsmast…
Browse files Browse the repository at this point in the history
…er.gemfile
  • Loading branch information
lioneldebauge committed Mar 5, 2024
1 parent a75d713 commit 052c692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gemfiles/railsmaster.gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "rails", "~> 7.0"
gem "rails"

gem "fabrication"
gem "factory_bot", "~> 5.0"
Expand Down
1 change: 1 addition & 0 deletions spec/support/ar_models.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
require "active_record"
require "fabrication"
require "test_prof"
require "active_support/inflector"
require "test_prof/factory_bot"

require "activerecord-jdbc-adapter" if defined? JRUBY_VERSION
Expand Down

0 comments on commit 052c692

Please sign in to comment.