Update skylight to version 0.4.0
This commit is contained in:
parent
dcc7d3900d
commit
4dbf9be733
2
Gemfile
2
Gemfile
|
@ -33,7 +33,7 @@ end
|
|||
|
||||
group :production do
|
||||
gem 'puma'
|
||||
gem 'skylight', '~> 0.4.0.beta2'
|
||||
gem 'skylight'
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
|
|
@ -169,7 +169,7 @@ GEM
|
|||
multi_json (~> 1.0)
|
||||
simplecov-html (~> 0.8.0)
|
||||
simplecov-html (0.8.0)
|
||||
skylight (0.4.0.beta2)
|
||||
skylight (0.4.0)
|
||||
activesupport (>= 3.0.0)
|
||||
slop (3.6.0)
|
||||
spring (1.1.3)
|
||||
|
@ -223,7 +223,7 @@ DEPENDENCIES
|
|||
rubocop
|
||||
sass-rails (>= 4.0.3)
|
||||
simplecov
|
||||
skylight (~> 0.4.0.beta2)
|
||||
skylight
|
||||
spring
|
||||
sqlite3
|
||||
uglifier
|
||||
|
|
Loading…
Reference in New Issue