diff --git a/Gemfile b/Gemfile index 4c631476..d711ed1d 100644 --- a/Gemfile +++ b/Gemfile @@ -58,6 +58,8 @@ gem 'react-rails' gem 'browserify-rails' gem 'autoprefixer-rails' +gem 'skylight' + group :development, :test do gem 'rspec-rails' gem 'pry-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 26c7b996..71293885 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -400,6 +400,8 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.0) + skylight (1.1.0) + activesupport (>= 3.0.0) slop (3.6.0) sprockets (3.7.1) concurrent-ruby (~> 1.0) @@ -517,6 +519,7 @@ DEPENDENCIES simple-navigation simple_form simplecov + skylight statsd-instrument twitter-text tzinfo-data