Skip to content
This repository has been archived by the owner on Nov 28, 2021. It is now read-only.

Commit

Permalink
Lock compass-rails to master branch to avoid bug with sprockets
Browse files Browse the repository at this point in the history
  • Loading branch information
LeBenLeBen committed Jan 4, 2015
1 parent 992cf79 commit 4c288f4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'foreman'
gem 'unicorn'

gem 'sass-rails', '~> 5.0.1'
gem 'compass-rails'
gem 'compass-rails', github: 'Compass/compass-rails', branch: 'master'
gem 'compass-flexbox'
gem 'bootstrap-sass', '~> 3.0.3'
gem 'font-awesome-sass', '~> 4.2.0'
Expand Down
14 changes: 11 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
GIT
remote: git://github.com/Compass/compass-rails.git
revision: f2fb2298ea364ca30a7c64a4e9dcbd14137fd7b4
branch: master
specs:
compass-rails (2.0.2)
compass (~> 1.0.0)
sass-rails (<= 5.0.1)
sprockets (< 2.13)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -61,8 +71,6 @@ GEM
sass
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
compass-rails (2.0.1)
compass (~> 1.0.0)
devise (3.4.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
Expand Down Expand Up @@ -210,7 +218,7 @@ DEPENDENCIES
aws-sdk
bootstrap-sass (~> 3.0.3)
compass-flexbox
compass-rails
compass-rails!
devise
font-awesome-sass (~> 4.2.0)
foreman
Expand Down

0 comments on commit 4c288f4

Please sign in to comment.