Add Skylight
This commit is contained in:
parent
52effff299
commit
ecc703df2f
1
Gemfile
1
Gemfile
|
@ -33,6 +33,7 @@ end
|
||||||
|
|
||||||
group :production do
|
group :production do
|
||||||
gem 'puma'
|
gem 'puma'
|
||||||
|
gem 'skylight'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
|
|
|
@ -169,6 +169,8 @@ GEM
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
simplecov-html (~> 0.8.0)
|
simplecov-html (~> 0.8.0)
|
||||||
simplecov-html (0.8.0)
|
simplecov-html (0.8.0)
|
||||||
|
skylight (0.3.21)
|
||||||
|
activesupport (>= 3.0.0)
|
||||||
slop (3.6.0)
|
slop (3.6.0)
|
||||||
spring (1.1.3)
|
spring (1.1.3)
|
||||||
sprockets (2.11.0)
|
sprockets (2.11.0)
|
||||||
|
@ -221,6 +223,7 @@ DEPENDENCIES
|
||||||
rubocop
|
rubocop
|
||||||
sass-rails (>= 4.0.3)
|
sass-rails (>= 4.0.3)
|
||||||
simplecov
|
simplecov
|
||||||
|
skylight
|
||||||
spring
|
spring
|
||||||
sqlite3
|
sqlite3
|
||||||
uglifier
|
uglifier
|
||||||
|
|
Loading…
Reference in New Issue