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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-08-25 08:51:20 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-08-27 08:11:10 +0300
commit97f0da32398175a78ec1d7d3b887cc4c1337d251 (patch)
tree873fcc4f9b26944fc46ab384916c24ba3ee7708d
parentbdc10b4a5b0f4f1de14be446b007a0d91304f6a9 (diff)
Update Rubygems.
-rw-r--r--.travis.yml2
-rw-r--r--Gemfile8
-rw-r--r--Gemfile.lock54
3 files changed, 32 insertions, 32 deletions
diff --git a/.travis.yml b/.travis.yml
index 9bbe2e9787..0edae37c4c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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 adfacbc160..555a281669 100644
--- 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
diff --git a/Gemfile.lock b/Gemfile.lock
index 63b3f42c7f..5ab2447cbe 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -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