Skip to content

Commit

Permalink
represent_boolean_as_integer is deprecated (#2092)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahorek authored and JonRowe committed Mar 7, 2019
1 parent a63a666 commit 6d48ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_app_generator/generate_app.rb
Expand Up @@ -36,7 +36,7 @@
append_to_file('Gemfile', "gem 'rails-controller-testing', :git => 'https://github.com/rails/rails-controller-testing'\n")
end

if Rails::VERSION::STRING >= '5.2.0'
if Rails::VERSION::STRING >= '5.2.0' && Rails::VERSION::STRING < '6'
copy_file sqlite_initializer, 'config/initializers/sqlite3_fix.rb'
end

Expand Down

0 comments on commit 6d48ef6

Please sign in to comment.