Adding a quick bundle dependency, which seems required in production :(

This commit is contained in:
echarp 2018-03-18 14:54:19 +01:00
parent cc8747c79a
commit c5b9ee5bbc
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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