forked from e621ng/e621ng
Gemfile.lock: update sass-rails to 5.0.6.
This commit is contained in:
parent
9d3a4101c4
commit
176f5775b4
2
Gemfile
2
Gemfile
@ -3,7 +3,7 @@ source 'https://rubygems.org/'
|
||||
gem 'dotenv-rails', :require => "dotenv/rails-now"
|
||||
|
||||
gem 'protected_attributes'
|
||||
gem "sass-rails", "~> 4.0.0"
|
||||
gem "sass-rails"
|
||||
gem "sprockets-rails", :require => "sprockets/railtie"
|
||||
gem "uglifier"
|
||||
gem "therubyracer", :platforms => :ruby
|
||||
|
15
Gemfile.lock
15
Gemfile.lock
@ -281,12 +281,13 @@ GEM
|
||||
crass (~> 1.0.1)
|
||||
nokogiri (>= 1.4.4)
|
||||
nokogumbo (= 1.2.0)
|
||||
sass (3.2.19)
|
||||
sass-rails (4.0.5)
|
||||
railties (>= 4.0.0, < 5.0)
|
||||
sass (~> 3.2.2)
|
||||
sprockets (~> 2.8, < 3.0)
|
||||
sprockets-rails (~> 2.0)
|
||||
sass (3.4.23)
|
||||
sass-rails (5.0.6)
|
||||
railties (>= 4.0.0, < 6)
|
||||
sass (~> 3.1)
|
||||
sprockets (>= 2.8, < 4.0)
|
||||
sprockets-rails (>= 2.0, < 4.0)
|
||||
tilt (>= 1.1, < 3)
|
||||
shoulda-context (1.2.2)
|
||||
shoulda-matchers (3.1.1)
|
||||
activesupport (>= 4.0.0)
|
||||
@ -410,7 +411,7 @@ DEPENDENCIES
|
||||
ruby-prof
|
||||
rubyzip
|
||||
sanitize (~> 3.1.0)
|
||||
sass-rails (~> 4.0.0)
|
||||
sass-rails
|
||||
shoulda-context
|
||||
shoulda-matchers
|
||||
simple_form
|
||||
|
Loading…
Reference in New Issue
Block a user