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