Skip to content

Commit

Permalink
skylight config (#2773)
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored Jun 5, 2018
1 parent 3b8b487 commit a71cce4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ end
gem 'unicode-emoji'
gem 'gemoji'

gem "skylight" # performance tracking via skylight.io

gem 'composite_primary_keys'
gem 'jquery-rails'
gem 'rdiscount', '~> 2.2', '>= 2.2.0.1' # Markdown
Expand Down
19 changes: 18 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ GEM
composite_primary_keys (8.1.6)
activerecord (~> 4.2.0)
concurrent-ruby (1.0.5)
connection_pool (2.2.2)
coveralls (0.8.21)
json (>= 1.8, < 3)
simplecov (~> 0.14.1)
Expand Down Expand Up @@ -247,6 +248,7 @@ GEM
omniauth-twitter (1.4.0)
omniauth-oauth (~> 1.1)
rack
openssl (2.0.8)
options (2.3.2)
paperclip (5.2.1)
activemodel (>= 4.2.0)
Expand Down Expand Up @@ -277,6 +279,8 @@ GEM
rack-openid (1.4.2)
rack (>= 1.1.0)
ruby-openid (>= 2.1.8)
rack-protection (2.0.2)
rack
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.10)
Expand Down Expand Up @@ -315,6 +319,7 @@ GEM
rdiscount (2.2.0.1)
recaptcha (4.7.0)
json
redis (4.0.1)
ref (2.0.0)
request_store (1.4.1)
rack (>= 1.4)
Expand Down Expand Up @@ -359,11 +364,20 @@ GEM
sprockets-rails (~> 2.0)
scrypt (3.0.5)
ffi-compiler (>= 1.0, < 2.0)
sidekiq (5.1.3)
concurrent-ruby (~> 1.0)
connection_pool (~> 2.2, >= 2.2.0)
rack-protection (>= 1.5.0)
redis (>= 3.3.5, < 5)
simplecov (0.14.1)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
skylight (2.0.2)
skylight-core (= 2.0.2)
skylight-core (2.0.2)
activesupport (>= 4.2.0)
sprockets (2.12.4)
hike (~> 1.2)
multi_json (~> 1.0)
Expand Down Expand Up @@ -461,6 +475,7 @@ DEPENDENCIES
omniauth-github (~> 1.1, >= 1.1.2)
omniauth-google-oauth2
omniauth-twitter
openssl (~> 2.0.0.beta.1)
paperclip (~> 5.2.0)
passenger
php-serialize
Expand All @@ -485,6 +500,8 @@ DEPENDENCIES
sanitize
sass-rails (~> 4.0.0)
scrypt (~> 3)
sidekiq
skylight
sqlite3
test-unit
therubyracer
Expand All @@ -501,4 +518,4 @@ RUBY VERSION
ruby 2.3.7p456

BUNDLED WITH
1.16.2
1.16.2
3 changes: 3 additions & 0 deletions config/skylight.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
# The authentication token for the application.
authentication: owy1-Y6WYTcho--YF46Mj8z0OQtYaCxHY-lkPlPZueg

0 comments on commit a71cce4

Please sign in to comment.