From c5b9ee5bbcbd11ee93d96c7034aa91056644acce Mon Sep 17 00:00:00 2001 From: echarp Date: Sun, 18 Mar 2018 14:54:19 +0100 Subject: [PATCH] Adding a quick bundle dependency, which seems required in production :( --- Gemfile | 3 +++ Gemfile.lock | 2 ++ 2 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index ba77ced7..6957d389 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,9 @@ git_source(:github) do |repo_name| "https://github.com/#{repo_name}.git" end +# Necessary for an unknown reason in production +gem 'mini_portile2' + # The central piece of this application: the month calendar view gem 'simple_calendar' # The recurrence management library diff --git a/Gemfile.lock b/Gemfile.lock index c71ba477..c6dbb6ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -240,6 +240,7 @@ GEM actionpack (>= 3.2.0, < 5.3) method_source (0.9.0) mini_mime (1.0.0) + mini_portile2 (2.3.0) minitest (5.11.3) modernizr-rails (2.7.1) multi_json (1.13.1) @@ -463,6 +464,7 @@ DEPENDENCIES kramdown listen (>= 3.0.5, < 3.2) meta-tags + mini_portile2 modernizr-rails mysql2 paper_trail