Commit 691f9e51ea1215f28204e62923d762a8ee6f85e6

Authored by Leandro Santos
1 parent 4bee8b11

updating and fixing sass version

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
Gemfile
1 1 source 'https://rubygems.org'
2   -gem 'sass', '~> 3.4.9'
  2 +gem 'sass', '3.4.13'
... ...
Gemfile.lock
... ... @@ -7,4 +7,4 @@ PLATFORMS
7 7 ruby
8 8  
9 9 DEPENDENCIES
10   - sass (~> 3.4.13)
  10 + sass (= 3.4.13)
... ...