Skip to content

Commit

Permalink
Update rails and sass-rails test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Dec 15, 2014
1 parent 3efe998 commit e7e951f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ rvm:
matrix:
include:
- rvm: 2.1.4
env: "RAILS_VERSION=4.0.11"
env: "RAILS_VERSION=4.0.12"
- rvm: 2.0.0
env: "RAILS_VERSION=4.1.7"
env: "RAILS_VERSION=4.1.8"
- rvm: 1.9.3
env: "RAILS_VERSION=4.1.7"
env: "RAILS_VERSION=4.1.8"
- rvm: jruby
env: "RAILS_VERSION=4.1.7 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""
env: "RAILS_VERSION=4.1.8 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""
- rvm: 2.1.4
env: "RAILS_VERSION=4.2.0.rc1"
env: "RAILS_VERSION=4.2.0.rc3"

before_install:
- gem install bundler

env:
- "RAILS_VERSION=3.2.20"
- "RAILS_VERSION=4.1.7"
- "RAILS_VERSION=3.2.21"
- "RAILS_VERSION=4.1.8"

notifications:
irc: "irc.freenode.org#blacklight"
Expand Down
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ else

if ENV['RAILS_VERSION'] and ENV['RAILS_VERSION'] =~ /^4.2/
gem 'responders', "~> 2.0"
gem 'sass-rails', ">= 5.0"
else
gem 'sass-rails', "< 5.0"
end
gem 'sass-rails'
end

0 comments on commit e7e951f

Please sign in to comment.