Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Allow sass-rails 4.x and 5.x, fixes #102
Browse files Browse the repository at this point in the history
  • Loading branch information
pencil committed May 15, 2015
1 parent e897ef5 commit fc431de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion casino.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'coveralls', '~> 0.7'

s.add_runtime_dependency 'rails', '>= 4.1.0', '< 4.3.0'
s.add_runtime_dependency 'sass-rails', '~> 4.0.0'
s.add_runtime_dependency 'sass-rails', '>= 4.0.0', '< 6.0.0'
s.add_runtime_dependency 'addressable', '~> 2.3'
s.add_runtime_dependency 'terminal-table', '~> 1.4'
s.add_runtime_dependency 'useragent', '~> 0.4'
Expand Down

0 comments on commit fc431de

Please sign in to comment.