diff --git a/Gemfile b/Gemfile index b21657f0..418812d1 100644 --- a/Gemfile +++ b/Gemfile @@ -7,11 +7,13 @@ gemspec gem "phlex", github: "phlex-ruby/phlex" gem "phlex-testing-capybara", github: "phlex-ruby/phlex-testing-capybara" -gem "rspec-rails" gem "combustion" gem "rubocop" gem "solargraph" gem "view_component" gem "appraisal", github: "excid3/appraisal", branch: "fix-bundle-env" gem "yard" + +# Ensure rails is loaded before rspec-rails. gem "rails" +gem "rspec-rails"