Skip to content

Commit

Permalink
Merge pull request #187 from unabris/pin-gems
Browse files Browse the repository at this point in the history
Pin gem versions
  • Loading branch information
Unai Abrisketa authored Jan 26, 2018
2 parents abcf1bb + eda0f4f commit 83898dd
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
24 changes: 12 additions & 12 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
source 'https://rubygems.org'
ruby RUBY_VERSION

gem 'jekyll'
gem 'rake'
gem 'colorize'
gem 'html-proofer'
gem 'jekyll', '3.7.2'
gem 'rake', '12.3.0'
gem 'colorize', '0.8.1'
gem 'html-proofer', '3.8.0'
gem 'capistrano', '3.8.1', require: false
gem 'capistrano-rbenv', require: false
gem 'capistrano-bundler', require: false
gem 'capistrano-rbenv', '2.1.3', require: false
gem 'capistrano-bundler', '1.3.0', require: false

group :jekyll_plugins do
gem 'jekyll-feed'
gem 'jekyll-admin'
gem 'bourbon'
gem 'neat'
gem 'rouge'
gem 'jekyll-twitter-plugin'
gem 'jekyll-feed', '0.9.2'
gem 'jekyll-admin', '0.7.0'
gem 'bourbon', '5.0.0'
gem 'neat', '2.1.0'
gem 'rouge', '3.1.0'
gem 'jekyll-twitter-plugin', '2.0.0'
gem 'jekyll-paginate-v2', '1.9.0'
end

Expand Down
34 changes: 17 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
airbrussh (1.3.0)
sshkit (>= 1.6.1, != 1.7.0)
backports (3.11.0)
backports (3.11.1)
bourbon (5.0.0)
sass (~> 3.4)
thor (~> 0.19)
Expand Down Expand Up @@ -46,9 +46,9 @@ GEM
typhoeus (~> 1.3)
yell (~> 2.0)
http_parser.rb (0.6.0)
i18n (0.9.1)
i18n (0.9.3)
concurrent-ruby (~> 1.0)
jekyll (3.7.0)
jekyll (3.7.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand Down Expand Up @@ -83,7 +83,7 @@ GEM
ruby_dep (~> 1.2)
mercenary (0.3.6)
mini_portile2 (2.3.0)
minitest (5.11.1)
minitest (5.11.2)
multi_json (1.13.1)
neat (2.1.0)
sass (~> 3.4)
Expand Down Expand Up @@ -141,24 +141,24 @@ PLATFORMS
ruby

DEPENDENCIES
bourbon
bourbon (= 5.0.0)
capistrano (= 3.8.1)
capistrano-bundler
capistrano-rbenv
colorize
html-proofer
jekyll
jekyll-admin
jekyll-feed
capistrano-bundler (= 1.3.0)
capistrano-rbenv (= 2.1.3)
colorize (= 0.8.1)
html-proofer (= 3.8.0)
jekyll (= 3.7.2)
jekyll-admin (= 0.7.0)
jekyll-feed (= 0.9.2)
jekyll-paginate-v2 (= 1.9.0)
jekyll-twitter-plugin
neat
rake
rouge
jekyll-twitter-plugin (= 2.0.0)
neat (= 2.1.0)
rake (= 12.3.0)
rouge (= 3.1.0)
tzinfo-data

RUBY VERSION
ruby 2.5.0p-1
ruby 2.4.2p198

BUNDLED WITH
1.16.0

0 comments on commit 83898dd

Please sign in to comment.