aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2016-01-25 09:14:00 +0200
committerXhmikosR <[email protected]>2016-01-25 09:15:37 +0200
commit6ef37f112fb6fec1693189260e00ccea9c229251 (patch)
tree39519b8ebacbd3fb5ef25f2da574e391525e1bf4
parenta62f70b42065b2f7512fd22b07270da039add6ba (diff)
downloadbootstrap-6ef37f112fb6fec1693189260e00ccea9c229251.tar.xz
bootstrap-6ef37f112fb6fec1693189260e00ccea9c229251.zip
Update gems to the latest versions.
-rw-r--r--Gemfile9
-rw-r--r--Gemfile.lock8
2 files changed, 7 insertions, 10 deletions
diff --git a/Gemfile b/Gemfile
index 59f869277..f1c10c948 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,12 +1,9 @@
-# Ruby Gems for building and testing Bootstrap
-# Run `grunt update-gemfile-lock` to update to the latest compatible versions
-
source 'https://rubygems.org'
group :development, :test do
- gem 'jekyll', '~> 3.0.1'
- gem 'jekyll-redirect-from', '~> 0.9.0'
+ gem 'jekyll', '~> 3.1.0'
+ gem 'jekyll-redirect-from', '~> 0.9.1'
gem 'jekyll-sitemap', '~> 0.9.0'
- gem 'sass', '~> 3.4.19'
+ gem 'sass', '~> 3.4.21'
gem 'scss_lint', '~> 0.44.0'
end
diff --git a/Gemfile.lock b/Gemfile.lock
index 7b6765989..4af6eed68 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -4,7 +4,7 @@ GEM
colorator (0.1)
ffi (1.9.10)
ffi (1.9.10-x64-mingw32)
- jekyll (3.0.2)
+ jekyll (3.1.0)
colorator (~> 0.1)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
@@ -42,10 +42,10 @@ PLATFORMS
x64-mingw32
DEPENDENCIES
- jekyll (~> 3.0.1)
- jekyll-redirect-from (~> 0.9.0)
+ jekyll (~> 3.1.0)
+ jekyll-redirect-from (~> 0.9.1)
jekyll-sitemap (~> 0.9.0)
- sass (~> 3.4.19)
+ sass (~> 3.4.21)
scss_lint (~> 0.44.0)
BUNDLED WITH