We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d7791c commit f925b34Copy full SHA for f925b34
.travis.yml
@@ -13,8 +13,9 @@ gemfile:
13
- gemfiles/rails_5_2.gemfile
14
15
rvm:
16
- - 2.4.4
17
- - 2.5.1
+ - 2.4.6
+ - 2.5.5
18
+ - 2.6.3
19
- jruby
20
21
notifications:
sassc-rails.gemspec
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.add_development_dependency 'pry'
22
- spec.add_development_dependency "bundler", "~> 1.7"
+ spec.add_development_dependency "bundler"
23
spec.add_development_dependency "rake", "~> 10.0"
24
spec.add_development_dependency 'mocha'
25
0 commit comments