From a333b10805c0e1065f51145802352ebef461de9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 7 Sep 2015 10:39:14 +0200 Subject: [PATCH] bump compass-rails --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 124e39d33..74231a9da 100644 --- a/Gemfile +++ b/Gemfile @@ -54,7 +54,7 @@ gem "rack-cors", "0.4.0", require: "rack/cors" # CSS gem "bootstrap-sass", "2.3.2.2" -gem "compass-rails", "2.0.4" +gem "compass-rails", "2.0.5" gem "sass-rails", "5.0.1" gem "autoprefixer-rails", "6.0.3" diff --git a/Gemfile.lock b/Gemfile.lock index bef34ff43..d0625f2fe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,9 +112,9 @@ GEM sass (>= 3.3.0, < 3.5) compass-import-once (1.0.5) sass (>= 3.2, < 3.5) - compass-rails (2.0.4) + compass-rails (2.0.5) compass (~> 1.0.0) - sass-rails (<= 5.0.1) + sass-rails (< 5.1) sprockets (< 2.13) configurate (0.3.1) connection_pool (2.2.0) @@ -638,7 +638,7 @@ GEM ruby-progressbar (1.7.5) rubyzip (1.1.7) safe_yaml (1.0.4) - sass (3.4.16) + sass (3.4.18) sass-rails (5.0.1) railties (>= 4.0.0, < 5.0) sass (~> 3.1) @@ -758,7 +758,7 @@ DEPENDENCIES bootstrap-sass (= 2.3.2.2) capybara (= 2.5.0) carrierwave (= 0.10.0) - compass-rails (= 2.0.4) + compass-rails (= 2.0.5) configurate (= 0.3.1) cucumber-rails (= 1.4.2) database_cleaner (= 1.4.1)