We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c4cfa commit aa2b3b5Copy full SHA for aa2b3b5
example_app_generator/generate_app.rb
@@ -1,3 +1,4 @@
1
+require 'logger' if Rails::VERSION::STRING < '7.1'
2
require 'nokogiri'
3
4
rspec_rails_repo_path = File.expand_path('..', __dir__)
0 commit comments