File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ gem 'newrelic_rpm'
26
26
gem 'dotenv-rails'
27
27
# Logs production errors to an external service
28
28
gem 'rollbar'
29
+ gem 'skylight'
29
30
# Turbolinks makes navigating your web application faster.
30
31
# Read more: https://github.com/turbolinks/turbolinks
31
32
gem 'turbolinks' , '~> 5'
Original file line number Diff line number Diff line change 271
271
childprocess (~> 0.5 )
272
272
rubyzip (~> 1.0 )
273
273
websocket (~> 1.0 )
274
+ skylight (2.0.1 )
275
+ skylight-core (= 2.0.1 )
276
+ skylight-core (2.0.1 )
277
+ activesupport (>= 4.2.0 )
274
278
slop (3.6.0 )
275
279
social-share-button (1.0.0 )
276
280
coffee-rails
@@ -359,6 +363,7 @@ DEPENDENCIES
359
363
rubocop (~> 0.52.1 )
360
364
sass-rails (~> 5.0 )
361
365
selenium-webdriver
366
+ skylight
362
367
social-share-button (~> 1.0.0 )
363
368
spring
364
369
spring-commands-rspec (~> 1.0 )
Original file line number Diff line number Diff line change
1
+ ---
2
+ # The authentication token for the application.
3
+ authentication : AQu0KkvBDWvbiQoHEoFI09LB7l56NwuVRzcuFc5XG1M
You can’t perform that action at this time.
0 commit comments