Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Adds turnout gem and custom maintenance page
Browse files Browse the repository at this point in the history
  • Loading branch information
osahyoun committed May 15, 2017
1 parent 372c448 commit 90ccc0d
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ gem 'sass-rails', '~> 5.0.6'
gem 'share_progress', git: 'https://github.com/SumOfUs/share_progress', branch: 'master', require: false
gem 'sprockets-rails'
gem 'summernote-rails'
gem 'turnout'
gem 'twilio-ruby'
gem 'uglifier', '>= 1.3.0'
gem 'webpack-rails'
Expand Down
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,8 @@ GEM
public_suffix (2.0.5)
puma (2.15.3)
rack (1.6.5)
rack-accept (0.4.5)
rack (>= 0.4)
rack-cors (0.4.0)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -497,6 +499,11 @@ GEM
tilt (2.0.5)
timecop (0.8.1)
tins (1.13.2)
turnout (2.4.0)
i18n (~> 0.7)
rack (>= 1.3, < 3)
rack-accept (~> 0.4)
tilt (>= 1.4, < 3)
twilio-ruby (4.13.0)
builder (>= 2.1.2)
jwt (~> 1.0)
Expand Down Expand Up @@ -622,6 +629,7 @@ DEPENDENCIES
summernote-rails
terminal-notifier-guard
timecop
turnout
twilio-ruby
uglifier (>= 1.3.0)
vcr
Expand Down
71 changes: 71 additions & 0 deletions public/maintenance.html

Large diffs are not rendered by default.

0 comments on commit 90ccc0d

Please sign in to comment.