diff --git a/README.md b/README.md index c7d2499..b132724 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Rake tasks to generate a test application for a Rails Engine gem. If you have a Rails Engine and want to test it, the suggested approach is a small dummy application that loads up a Rails application with your engine loaded. This dummy application is usually checked into source control and maintained with the application. This works great, until you want to test: - different versions of Ruby (e.g. MRI and JRuby) - - different versions of Rails (Rails 6.1, 7.1) + - different versions of Rails (Rails 6.1, 7.1, 8.1) - different deployment environments (with and without devise, etc) where each scenario may involve different configurations, Gemfiles, etc. @@ -22,7 +22,7 @@ Add this line to your engines's Gemfile: And then execute: - $ bundle + $ bundle install Or install it yourself as: