Add Skylight

This commit is contained in:
Eugen Rochko 2017-04-04 22:32:22 +02:00
parent 6fd865c000
commit 300bc70123
2 changed files with 5 additions and 0 deletions

View file

@ -58,6 +58,8 @@ gem 'react-rails'
gem 'browserify-rails' gem 'browserify-rails'
gem 'autoprefixer-rails' gem 'autoprefixer-rails'
gem 'skylight'
group :development, :test do group :development, :test do
gem 'rspec-rails' gem 'rspec-rails'
gem 'pry-rails' gem 'pry-rails'

View file

@ -400,6 +400,8 @@ GEM
json (>= 1.8, < 3) json (>= 1.8, < 3)
simplecov-html (~> 0.10.0) simplecov-html (~> 0.10.0)
simplecov-html (0.10.0) simplecov-html (0.10.0)
skylight (1.1.0)
activesupport (>= 3.0.0)
slop (3.6.0) slop (3.6.0)
sprockets (3.7.1) sprockets (3.7.1)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
@ -517,6 +519,7 @@ DEPENDENCIES
simple-navigation simple-navigation
simple_form simple_form
simplecov simplecov
skylight
statsd-instrument statsd-instrument
twitter-text twitter-text
tzinfo-data tzinfo-data