Gemfile.lock in casjaysdev-jekyll-theme-0.1.8 vs Gemfile.lock in casjaysdev-jekyll-theme-0.1.9
- old
+ new
@@ -1,9 +1,16 @@
-PATH
- remote: .
+GEM
+ remote: https://rubygems.org/
specs:
- casjaysdev-jekyll-theme (0.1.8)
+ activesupport (5.2.6)
+ concurrent-ruby (~> 1.0, >= 1.0.2)
+ i18n (>= 0.7, < 2)
+ minitest (~> 5.1)
+ tzinfo (~> 1.1)
+ addressable (2.8.0)
+ public_suffix (>= 2.0.2, < 5.0)
+ casjaysdev-jekyll-theme (0.1.7)
github-pages
jekyll (~> 3.8)
jekyll-analytics
jekyll-assets
jekyll-avatar
@@ -19,21 +26,10 @@
jekyll-seo-tag
jekyll-sitemap
jekyll-tidy
jemoji
kramdown
-
-GEM
- remote: https://rubygems.org/
- specs:
- activesupport (5.2.6)
- concurrent-ruby (~> 1.0, >= 1.0.2)
- i18n (>= 0.7, < 2)
- minitest (~> 5.1)
- tzinfo (~> 1.1)
- addressable (2.8.0)
- public_suffix (>= 2.0.2, < 5.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.11.1)
colorator (1.1.0)
@@ -270,17 +266,19 @@
liquid (>= 3.0, < 5.0)
listen (3.7.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
+ mini_portile2 (2.6.1)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.14.4)
multipart-post (2.1.1)
- nokogiri (1.12.5-x86_64-linux)
+ nokogiri (1.12.5)
+ mini_portile2 (~> 2.6.1)
racc (~> 1.4)
octokit (4.21.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.16.2)
@@ -326,13 +324,34 @@
PLATFORMS
ruby
DEPENDENCIES
- bundler
- casjaysdev-jekyll-theme!
- jekyll
- rake
- sprockets (~> 3.7)
+ bundler (> 1.17)
+ casjaysdev-jekyll-theme (~> 0.1.0)
+ github-pages (>= 200)
+ jekyll (>= 3.5, < 5.0)
+ jekyll-analytics (>= 0.1.14)
+ jekyll-assets (>= 3.0)
+ jekyll-avatar (>= 0.5.0)
+ jekyll-coffeescript (>= 1.1.1)
+ jekyll-feed (>= 0.14.0)
+ jekyll-gist (>= 1.5)
+ jekyll-mentions (>= 1.6)
+ jekyll-menus (>= 0.6.1)
+ jekyll-paginate (>= 1.1)
+ jekyll-redirect-from (>= 0.16.0)
+ jekyll-remote-include (>= 1.0)
+ jekyll-remote-theme (>= 0.4.3)
+ jekyll-seo-tag (>= 2.0)
+ jekyll-sitemap (>= 1.4)
+ jekyll-tidy (>= 0.2.2)
+ jemoji (>= 0.10.2)
+ kramdown (>= 2.2)
+ rake (~> 13.0, > 13.0.2)
+ sprockets (>= 3.7)
+
+RUBY VERSION
+ ruby 3.0.5p211
BUNDLED WITH
2.2.31