Skip to content

Commit

Permalink
Merge pull request #330 from Fudoshiki/patch-1
Browse files Browse the repository at this point in the history
Available to use last tilt version
  • Loading branch information
rafaelfranca committed May 26, 2015
2 parents a264c19 + 0789405 commit 8e68c5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ matrix:
- rvm: rbx-2
include:
- gemfile: Gemfile
rvm: 2.2.1
rvm: 2.2.2

notifications:
email: false
Expand Down
2 changes: 1 addition & 1 deletion sass-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.add_dependency 'sass', '~> 3.1'
s.add_dependency 'sprockets-rails', '>= 2.0', '< 4.0'
s.add_dependency 'sprockets', '>= 2.8', '< 4.0'
s.add_dependency 'tilt', '~> 1.1'
s.add_dependency 'tilt', '>= 1.1', '< 3'

s.add_development_dependency 'sqlite3'

Expand Down

0 comments on commit 8e68c5f

Please sign in to comment.