adds maintenance mode gem

This commit is contained in:
rgarcia
2015-11-25 12:50:32 +01:00
parent 3f68c6726a
commit 85d19dcbb0
2 changed files with 7 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ gem 'ahoy_matey', '~> 1.2.1'
gem 'groupdate' # group temporary data gem 'groupdate' # group temporary data
gem 'browser' gem 'browser'
gem 'turnout'
group :development, :test do group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console # Call 'byebug' anywhere in the code to stop execution and get a debugger console

View File

@@ -281,6 +281,8 @@ GEM
quiet_assets (1.1.0) quiet_assets (1.1.0)
railties (>= 3.1, < 5.0) railties (>= 3.1, < 5.0)
rack (1.6.4) rack (1.6.4)
rack-accept (0.4.5)
rack (>= 0.4)
rack-test (0.6.3) rack-test (0.6.3)
rack (>= 1.0) rack (>= 1.0)
rails (4.2.5) rails (4.2.5)
@@ -385,6 +387,9 @@ GEM
tins (1.6.0) tins (1.6.0)
turbolinks (2.5.3) turbolinks (2.5.3)
coffee-rails coffee-rails
turnout (2.2.0)
rack (~> 1.3)
rack-accept (~> 0.4)
tzinfo (1.2.2) tzinfo (1.2.2)
thread_safe (~> 0.1) thread_safe (~> 0.1)
uglifier (2.7.2) uglifier (2.7.2)
@@ -479,6 +484,7 @@ DEPENDENCIES
social-share-button! social-share-button!
spring spring
turbolinks turbolinks
turnout
uglifier (>= 1.3.0) uglifier (>= 1.3.0)
unicorn (~> 5.0.1) unicorn (~> 5.0.1)
web-console (~> 2.0) web-console (~> 2.0)