]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update Rubygems.
authorXhmikosR <xhmikosr@gmail.com>
Tue, 25 Aug 2015 05:51:20 +0000 (08:51 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 27 Aug 2015 05:11:10 +0000 (08:11 +0300)
.travis.yml
Gemfile
Gemfile.lock

index 9bbe2e9787214b1b5bb1a3071da69c5934cde670..0edae37c4cf962de4cb3c3c308daf0b66e350edb 100644 (file)
@@ -23,7 +23,7 @@ cache:
 env:
   global:
     - JEKYLL_VERSION="2.5.3"
-    - ROUGE_VERSION="1.8.0"
+    - ROUGE_VERSION="1.9.1"
     - SAUCE_USERNAME="bootstrap"
     - secure: "pJkBwnuae9dKU5tEcCqccfS1QQw7/meEcfz63fM7ba7QJNjoA6BaXj08L5Z3Vb5vBmVPwBawxo5Hp0jC0r/Z/O0hGnAmz/Cz09L+cy7dSAZ9x4hvZePSja/UAusaB5ogMoO8l2b773MzgQeSmrLbExr9BWLeqEfjC2hFgdgHLaQ="
     - secure: "gqjqISbxBJK6byFbsmr1AyP1qoWH+rap06A2gI7v72+Tn2PU2nYkIMUkCvhZw6K889jv+LhQ/ybcBxDOXHpNCExCnSgB4dcnmYp+9oeNZb37jSP0rQ+Ib4OTLjzc3/FawE/fUq5kukZTC7porzc/k0qJNLAZRx3YLALmK1GIdUY="
diff --git a/Gemfile b/Gemfile
index adfacbc160c57c5e714b0522091948966ee05329..555a281669ace34b71b9fa1a95995b435ca8d371 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -4,9 +4,9 @@
 source 'https://rubygems.org'
 
 group :development, :test do
-  gem 'jekyll', '~> 2.5.2'
+  gem 'jekyll', '~> 2.5.3'
   gem 'jekyll-redirect-from', '~> 0.8.0'
-  gem 'rouge', '~> 1.7.4'
-  gem 'sass', '~> 3.4.9'
-  gem 'scss-lint', '~> 0.31'
+  gem 'rouge', '~> 1.9.1'
+  gem 'sass', '~> 3.4.18'
+  gem 'scss_lint', '~> 0.41'
 end
index 63b3f42c7f357af9b426fbf4e789d2f880acdaee..5ab2447cbe62c95c8b5dea02b14bef3abc6681c2 100644 (file)
@@ -4,18 +4,18 @@ GEM
     blankslate (2.1.2.4)
     celluloid (0.16.0)
       timers (~> 4.0.0)
-    classifier-reborn (2.0.2)
+    classifier-reborn (2.0.3)
       fast-stemmer (~> 1.0)
-    coffee-script (2.3.0)
+    coffee-script (2.4.1)
       coffee-script-source
       execjs
-    coffee-script-source (1.8.0)
+    coffee-script-source (1.9.1.1)
     colorator (0.1)
-    execjs (2.2.2)
+    execjs (2.6.0)
     fast-stemmer (1.0.2)
-    ffi (1.9.6)
+    ffi (1.9.10)
     hitimes (1.2.2)
-    jekyll (2.5.2)
+    jekyll (2.5.3)
       classifier-reborn (~> 2.0)
       colorator (~> 0.1)
       jekyll-coffeescript (~> 1.0)
@@ -32,53 +32,53 @@ GEM
       toml (~> 0.1.0)
     jekyll-coffeescript (1.0.1)
       coffee-script (~> 2.2)
-    jekyll-gist (1.1.0)
+    jekyll-gist (1.3.3)
     jekyll-paginate (1.1.0)
     jekyll-redirect-from (0.8.0)
       jekyll (>= 2.0)
     jekyll-sass-converter (1.3.0)
       sass (~> 3.2)
-    jekyll-watch (1.2.0)
+    jekyll-watch (1.2.1)
       listen (~> 2.7)
-    kramdown (1.5.0)
-    liquid (2.6.1)
-    listen (2.8.4)
-      celluloid (>= 0.15.2)
+    kramdown (1.8.0)
+    liquid (2.6.3)
+    listen (2.10.1)
+      celluloid (~> 0.16.0)
       rb-fsevent (>= 0.9.3)
       rb-inotify (>= 0.9)
     mercenary (0.3.5)
     parslet (1.5.0)
       blankslate (~> 2.0)
-    posix-spawn (0.3.9)
-    pygments.rb (0.6.0)
+    posix-spawn (0.3.11)
+    pygments.rb (0.6.3)
       posix-spawn (~> 0.3.6)
-      yajl-ruby (~> 1.1.0)
+      yajl-ruby (~> 1.2.0)
     rainbow (2.0.0)
-    rb-fsevent (0.9.4)
+    rb-fsevent (0.9.5)
     rb-inotify (0.9.5)
       ffi (>= 0.5.0)
-    redcarpet (3.2.2)
-    rouge (1.7.4)
+    redcarpet (3.3.2)
+    rouge (1.9.1)
     safe_yaml (1.0.4)
-    sass (3.4.9)
-    scss-lint (0.31.0)
+    sass (3.4.18)
+    scss_lint (0.41.0)
       rainbow (~> 2.0)
-      sass (~> 3.4.1)
+      sass (~> 3.4.15)
     timers (4.0.1)
       hitimes
     toml (0.1.2)
       parslet (~> 1.5.0)
-    yajl-ruby (1.1.0)
+    yajl-ruby (1.2.1)
 
 PLATFORMS
   ruby
 
 DEPENDENCIES
-  jekyll (~> 2.5.2)
+  jekyll (~> 2.5.3)
   jekyll-redirect-from (~> 0.8.0)
-  rouge (~> 1.7.4)
-  sass (~> 3.4.9)
-  scss-lint (~> 0.31)
+  rouge (~> 1.9.1)
+  sass (~> 3.4.18)
+  scss_lint (~> 0.41)
 
 BUNDLED WITH
-   1.10.5
+   1.10.6