bin/console in access-2.0.48 vs bin/console in access-2.0.49
- old
+ new
@@ -1,6 +1,7 @@
#!/usr/bin/env ruby
-
+require 'dotenv'
+Dotenv.load
require "bundler/setup"
require "access"
# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.