Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2015-09-02 04:32:37 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2015-09-02 04:41:16 +0300
commite22456f4999fde61921ed9caaa1ec5dd6d319722 (patch)
treec2aa3bb42a362474fb3964cc16df9889de507673 /bootstrap.gemspec
parentc3ac4113016efad2af844f54a6bcd2e671ee6661 (diff)
travis and test gemfiles
* Change Gemfiles from testing Sass versions to testing different Rails versions. Sass versions are now the upstream responsibility. Need to test with different Compass version in the future too. * Move compass from Gemfile into gemspec. * Change ruby version from 2.2.3 to 2.2 to use the latest available 2.2 binary on travis.
Diffstat (limited to 'bootstrap.gemspec')
-rw-r--r--bootstrap.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.gemspec b/bootstrap.gemspec
index b5627fe..f251c94 100644
--- a/bootstrap.gemspec
+++ b/bootstrap.gemspec
@@ -17,6 +17,7 @@ Gem::Specification.new do |s|
# Testing dependencies
s.add_development_dependency 'minitest', '~> 5.8.0'
s.add_development_dependency 'minitest-reporters', '~> 1.0.5'
+ s.add_development_dependency 'compass', '~> 1.0.3'
# Integration testing
s.add_development_dependency 'capybara'
s.add_development_dependency 'poltergeist'