Skip to content

Commit 687be12

Browse files
committed
gemspec: Update dependencies, set email.
1 parent 73d7b26 commit 687be12

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ source 'https://rubygems.org'
33
gemspec
44

55
group :development do
6-
gem 'term-ansicolor'
76
source 'https://rails-assets.org' do
87
gem 'rails-assets-tether', '>= 1.1.0'
98
end

bootstrap.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Gem::Specification.new do |s|
66
s.name = 'bootstrap'
77
s.version = Bootstrap::VERSION
88
s.authors = ['Twitter, Inc.']
9-
s.email = '' # TODO
9+
s.email = '[email protected]'
1010
s.summary = 'The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web. http://getbootstrap.com'
1111
s.homepage = 'https://github.com/twbs/bootstrap-rubygem'
1212
s.license = 'MIT'
1313

14-
s.add_runtime_dependency 'sass', '>= 3.4.18'
15-
s.add_runtime_dependency 'autoprefixer-rails', '>= 5.2.1.3'
14+
s.add_runtime_dependency 'sass', '>= 3.4.19'
15+
s.add_runtime_dependency 'autoprefixer-rails', '>= 6.0.3'
1616

1717
# Testing dependencies
1818
s.add_development_dependency 'minitest', '~> 5.8.0'

0 commit comments

Comments
 (0)