mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-24 11:31:33 +00:00
Bump haml from 4.0.7 to 5.1.2
Bumps [haml](https://github.com/haml/haml) from 4.0.7 to 5.1.2. - [Release notes](https://github.com/haml/haml/releases) - [Changelog](https://github.com/haml/haml/blob/master/CHANGELOG.md) - [Commits](https://github.com/haml/haml/compare/4.0.7...v5.1.2) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7ec019fda6
commit
50de2f84bd
2 changed files with 5 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -41,7 +41,7 @@ gem 'sass-rails', '~> 3.2.6'
|
|||
gem 'font-awesome-sass', '~> 4.1.0.0'
|
||||
gem 'bourbon', '~> 3.1.8'
|
||||
gem 'neat', '~> 1.6.0'
|
||||
gem 'haml', '~> 4.0.5'
|
||||
gem 'haml', '~> 5.1.2'
|
||||
gem 'rails_autolink', '~> 1.1.5'
|
||||
|
||||
group :assets do
|
||||
|
|
|
@ -148,7 +148,8 @@ GEM
|
|||
multi_json (~> 1.11)
|
||||
os (~> 0.9)
|
||||
signet (~> 0.7)
|
||||
haml (4.0.7)
|
||||
haml (5.1.2)
|
||||
temple (>= 0.8.0)
|
||||
tilt
|
||||
hike (1.2.3)
|
||||
httpclient (2.8.3)
|
||||
|
@ -293,6 +294,7 @@ GEM
|
|||
sshkit (1.15.1)
|
||||
net-scp (>= 1.1.2)
|
||||
net-ssh (>= 2.8.0)
|
||||
temple (0.8.2)
|
||||
test-unit (3.1.9)
|
||||
power_assert
|
||||
thor (0.20.0)
|
||||
|
@ -346,7 +348,7 @@ DEPENDENCIES
|
|||
faraday (~> 0.9.0)
|
||||
font-awesome-sass (~> 4.1.0.0)
|
||||
google-api-client (~> 0.10.3)
|
||||
haml (~> 4.0.5)
|
||||
haml (~> 5.1.2)
|
||||
i18n-js
|
||||
jquery-rails (~> 2.0.2)
|
||||
mysql2 (~> 0.3.17)
|
||||
|
|
Loading…
Reference in a new issue