Skip to content

Commit

Permalink
add explicit sass-rails dependencies to work around the sass-rails/sp…
Browse files Browse the repository at this point in the history
…rockets incompatibilities
  • Loading branch information
cbeer committed Mar 14, 2014
1 parent bca048b commit de39d7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ gem 'engine_cart', '~> 0.3.0'
group :test do
gem "blacklight-marc", "~> 5.0", github: "projectblacklight/blacklight_marc"
gem 'activerecord-jdbcsqlite3-adapter', :platform => :jruby
gem 'sass-rails', '~> 4.0.1'
end

file = File.expand_path("Gemfile", ENV['ENGINE_CART_DESTINATION'] || ENV['RAILS_ROOT'] || File.expand_path("../spec/internal", __FILE__))
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails4.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ if File.exists?(file)
end

gem 'rails', '4.1.0.rc1'
gem 'sass-rails', '~> 4.0.1'
1 change: 1 addition & 0 deletions gemfiles/rails4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ if File.exists?(file)
end

gem 'rails', '4.0.3'
gem 'sass-rails', '~> 4.0.1'

0 comments on commit de39d7d

Please sign in to comment.