Foundation updated to 6.2
This commit is contained in:
parent
927fa71266
commit
78f806d564
2 changed files with 12 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -78,7 +78,7 @@ end
|
|||
|
||||
# Zurb Foundation
|
||||
# https://github.com/zurb/foundation-rails
|
||||
gem 'foundation-rails'
|
||||
gem 'foundation-rails', '~> 6.2'
|
||||
|
||||
# Pagination
|
||||
gem 'will_paginate'
|
||||
|
|
|
|||
13
Gemfile.lock
13
Gemfile.lock
|
|
@ -44,6 +44,10 @@ GEM
|
|||
tzinfo (~> 1.1)
|
||||
ansi (1.5.0)
|
||||
arel (6.0.3)
|
||||
babel-source (5.8.35)
|
||||
babel-transpiler (0.7.0)
|
||||
babel-source (>= 4.0, < 6)
|
||||
execjs (~> 2.0)
|
||||
bcrypt (3.1.10)
|
||||
better_errors (2.1.1)
|
||||
coderay (>= 1.0.0)
|
||||
|
|
@ -91,9 +95,10 @@ GEM
|
|||
railties (>= 3.1.0, < 5.0)
|
||||
ffi (1.9.10)
|
||||
formatador (0.2.5)
|
||||
foundation-rails (6.1.2.0)
|
||||
foundation-rails (6.2.0.0)
|
||||
railties (>= 3.1.0)
|
||||
sass (>= 3.3.0, < 3.5)
|
||||
sprockets-es6 (>= 0.9.0)
|
||||
globalid (0.3.6)
|
||||
activesupport (>= 4.1.0)
|
||||
guard (2.13.0)
|
||||
|
|
@ -236,6 +241,10 @@ GEM
|
|||
sprockets (3.5.2)
|
||||
concurrent-ruby (~> 1.0)
|
||||
rack (> 1, < 3)
|
||||
sprockets-es6 (0.9.0)
|
||||
babel-source (>= 5.8.11)
|
||||
babel-transpiler
|
||||
sprockets (>= 3.0.0)
|
||||
sprockets-rails (3.0.3)
|
||||
actionpack (>= 4.0)
|
||||
activesupport (>= 4.0)
|
||||
|
|
@ -276,7 +285,7 @@ DEPENDENCIES
|
|||
debugger
|
||||
devise
|
||||
fancybox2-rails (~> 0.2.8)
|
||||
foundation-rails
|
||||
foundation-rails (~> 6.2)
|
||||
guard-minitest
|
||||
guard-rails
|
||||
jbuilder (~> 2.0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue