lib/cardio/cli.rb in card-1.107.0 vs lib/cardio/cli.rb in card-1.108.0
- old
+ new
@@ -6,9 +6,9 @@
# If we are inside a Decko application this method performs an exec and thus
# the rest of this script is not run.
Cardio::ScriptLoader.exec!
-require "rails/ruby_version_check"
+# require "rails/ruby_version_check"
Signal.trap("INT") { exit(1) }
require "cardio/command/application"