-
-
Save enebo/94d39d94dabcfe9fadbb1aa5ac050528 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Gemfile b/Gemfile | |
index 7e2a627ef..c3eedc9d1 100644 | |
--- a/Gemfile | |
+++ b/Gemfile | |
@@ -59,6 +59,7 @@ if File.exist?(database_file) | |
gem "pg", "~> 1.1.4", :platforms => [:mri, :mingw, :x64_mingw] | |
when /sqlite3/ | |
gem "sqlite3", "~> 1.4.0", :platforms => [:mri, :mingw, :x64_mingw] | |
+ gem "activerecord-jdbcsqlite3-adapter", "~> 52.4", :platforms => [:jruby] | |
when /sqlserver/ | |
gem "tiny_tds", "~> 1.0.5", :platforms => [:mri, :mingw, :x64_mingw] | |
gem "activerecord-sqlserver-adapter", :platforms => [:mri, :mingw, :x64_mingw] | |
index 16d9fc2f7..1cdb6819c 100644 | |
--- a/config/environments/production.rb | |
+++ b/config/environments/production.rb | |
@@ -1,6 +1,7 @@ | |
# frozen_string_literal: true | |
Rails.application.configure do | |
+ config.force_ssl = false | |
# Settings specified here will take precedence over those in config/application.rb | |
# Code is not reloaded between requests. | |
system ~/work/redmine (4.0.5.imadethis) * 1898% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment