Added missing Gem
This commit is contained in:
		
							parent
							
								
									dff680a2f9
								
							
						
					
					
						commit
						80347ae0bb
					
				
							
								
								
									
										1
									
								
								Gemfile
								
								
								
								
							
							
						
						
									
										1
									
								
								Gemfile
								
								
								
								
							| 
						 | 
					@ -29,6 +29,7 @@ group :jekyll_plugins do
 | 
				
			||||||
  gem "jekyll-include-cache"
 | 
					  gem "jekyll-include-cache"
 | 
				
			||||||
  gem "jekyll-gist"
 | 
					  gem "jekyll-gist"
 | 
				
			||||||
  gem "jekyll-compose"
 | 
					  gem "jekyll-compose"
 | 
				
			||||||
 | 
					  gem "jemoji"
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
 | 
					# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										23
									
								
								Gemfile.lock
								
								
								
								
							
							
						
						
									
										23
									
								
								Gemfile.lock
								
								
								
								
							| 
						 | 
					@ -1,6 +1,12 @@
 | 
				
			||||||
GEM
 | 
					GEM
 | 
				
			||||||
  remote: https://rubygems.org/
 | 
					  remote: https://rubygems.org/
 | 
				
			||||||
  specs:
 | 
					  specs:
 | 
				
			||||||
 | 
					    activesupport (6.0.0)
 | 
				
			||||||
 | 
					      concurrent-ruby (~> 1.0, >= 1.0.2)
 | 
				
			||||||
 | 
					      i18n (>= 0.7, < 2)
 | 
				
			||||||
 | 
					      minitest (~> 5.1)
 | 
				
			||||||
 | 
					      tzinfo (~> 1.1)
 | 
				
			||||||
 | 
					      zeitwerk (~> 2.1, >= 2.1.8)
 | 
				
			||||||
    addressable (2.6.0)
 | 
					    addressable (2.6.0)
 | 
				
			||||||
      public_suffix (>= 2.0.2, < 4.0)
 | 
					      public_suffix (>= 2.0.2, < 4.0)
 | 
				
			||||||
    colorator (1.1.0)
 | 
					    colorator (1.1.0)
 | 
				
			||||||
| 
						 | 
					@ -13,6 +19,10 @@ GEM
 | 
				
			||||||
      multipart-post (>= 1.2, < 3)
 | 
					      multipart-post (>= 1.2, < 3)
 | 
				
			||||||
    ffi (1.11.1)
 | 
					    ffi (1.11.1)
 | 
				
			||||||
    forwardable-extended (2.6.0)
 | 
					    forwardable-extended (2.6.0)
 | 
				
			||||||
 | 
					    gemoji (3.0.1)
 | 
				
			||||||
 | 
					    html-pipeline (2.12.0)
 | 
				
			||||||
 | 
					      activesupport (>= 2)
 | 
				
			||||||
 | 
					      nokogiri (>= 1.4)
 | 
				
			||||||
    http_parser.rb (0.6.0)
 | 
					    http_parser.rb (0.6.0)
 | 
				
			||||||
    i18n (1.6.0)
 | 
					    i18n (1.6.0)
 | 
				
			||||||
      concurrent-ruby (~> 1.0)
 | 
					      concurrent-ruby (~> 1.0)
 | 
				
			||||||
| 
						 | 
					@ -48,6 +58,10 @@ GEM
 | 
				
			||||||
      jekyll (>= 3.7, < 5.0)
 | 
					      jekyll (>= 3.7, < 5.0)
 | 
				
			||||||
    jekyll-watch (2.2.1)
 | 
					    jekyll-watch (2.2.1)
 | 
				
			||||||
      listen (~> 3.0)
 | 
					      listen (~> 3.0)
 | 
				
			||||||
 | 
					    jemoji (0.11.1)
 | 
				
			||||||
 | 
					      gemoji (~> 3.0)
 | 
				
			||||||
 | 
					      html-pipeline (~> 2.2)
 | 
				
			||||||
 | 
					      jekyll (>= 3.0, < 5.0)
 | 
				
			||||||
    kramdown (2.1.0)
 | 
					    kramdown (2.1.0)
 | 
				
			||||||
    kramdown-parser-gfm (1.1.0)
 | 
					    kramdown-parser-gfm (1.1.0)
 | 
				
			||||||
      kramdown (~> 2.0)
 | 
					      kramdown (~> 2.0)
 | 
				
			||||||
| 
						 | 
					@ -59,6 +73,7 @@ GEM
 | 
				
			||||||
      rb-inotify (~> 0.9, >= 0.9.7)
 | 
					      rb-inotify (~> 0.9, >= 0.9.7)
 | 
				
			||||||
      ruby_dep (~> 1.2)
 | 
					      ruby_dep (~> 1.2)
 | 
				
			||||||
    mercenary (0.3.6)
 | 
					    mercenary (0.3.6)
 | 
				
			||||||
 | 
					    mini_portile2 (2.4.0)
 | 
				
			||||||
    minimal-mistakes-jekyll (4.16.6)
 | 
					    minimal-mistakes-jekyll (4.16.6)
 | 
				
			||||||
      jekyll (>= 3.6, < 5.0)
 | 
					      jekyll (>= 3.6, < 5.0)
 | 
				
			||||||
      jekyll-feed (~> 0.1)
 | 
					      jekyll-feed (~> 0.1)
 | 
				
			||||||
| 
						 | 
					@ -66,7 +81,10 @@ GEM
 | 
				
			||||||
      jekyll-include-cache (~> 0.1)
 | 
					      jekyll-include-cache (~> 0.1)
 | 
				
			||||||
      jekyll-paginate (~> 1.1)
 | 
					      jekyll-paginate (~> 1.1)
 | 
				
			||||||
      jekyll-sitemap (~> 1.3)
 | 
					      jekyll-sitemap (~> 1.3)
 | 
				
			||||||
 | 
					    minitest (5.11.3)
 | 
				
			||||||
    multipart-post (2.1.1)
 | 
					    multipart-post (2.1.1)
 | 
				
			||||||
 | 
					    nokogiri (1.10.4)
 | 
				
			||||||
 | 
					      mini_portile2 (~> 2.4.0)
 | 
				
			||||||
    octokit (4.14.0)
 | 
					    octokit (4.14.0)
 | 
				
			||||||
      sawyer (~> 0.8.0, >= 0.5.3)
 | 
					      sawyer (~> 0.8.0, >= 0.5.3)
 | 
				
			||||||
    pathutil (0.16.2)
 | 
					    pathutil (0.16.2)
 | 
				
			||||||
| 
						 | 
					@ -85,7 +103,11 @@ GEM
 | 
				
			||||||
      faraday (> 0.8, < 2.0)
 | 
					      faraday (> 0.8, < 2.0)
 | 
				
			||||||
    terminal-table (1.8.0)
 | 
					    terminal-table (1.8.0)
 | 
				
			||||||
      unicode-display_width (~> 1.1, >= 1.1.1)
 | 
					      unicode-display_width (~> 1.1, >= 1.1.1)
 | 
				
			||||||
 | 
					    thread_safe (0.3.6)
 | 
				
			||||||
 | 
					    tzinfo (1.2.5)
 | 
				
			||||||
 | 
					      thread_safe (~> 0.1)
 | 
				
			||||||
    unicode-display_width (1.6.0)
 | 
					    unicode-display_width (1.6.0)
 | 
				
			||||||
 | 
					    zeitwerk (2.1.9)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PLATFORMS
 | 
					PLATFORMS
 | 
				
			||||||
  ruby
 | 
					  ruby
 | 
				
			||||||
| 
						 | 
					@ -97,6 +119,7 @@ DEPENDENCIES
 | 
				
			||||||
  jekyll-feed (~> 0.6)
 | 
					  jekyll-feed (~> 0.6)
 | 
				
			||||||
  jekyll-gist
 | 
					  jekyll-gist
 | 
				
			||||||
  jekyll-include-cache
 | 
					  jekyll-include-cache
 | 
				
			||||||
 | 
					  jemoji
 | 
				
			||||||
  liquid-c
 | 
					  liquid-c
 | 
				
			||||||
  minimal-mistakes-jekyll
 | 
					  minimal-mistakes-jekyll
 | 
				
			||||||
  tzinfo-data
 | 
					  tzinfo-data
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -0,0 +1,17 @@
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					title: 'An End of Sorts'
 | 
				
			||||||
 | 
					layout: single
 | 
				
			||||||
 | 
					tag: [Life, Work]
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Lets be clear up front: ITS MY **FAULT**.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Whats my fault? Well this is the beginning of the end; an end to my marriage of 20 years, an end to a relationship that has been going nearly 23 years, an end to being a stay at home parent, an end to my children's stability and an end to so much more.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					No more easy life of not working and old looking after the kids and badly looking after the house.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Ahead are a ton of decisions to be made like where to live, how to be there for the kids, how things will split, who gets the [Thermomix]() and so on.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Why? Because I had grown too far from Bob. I ...
 | 
				
			||||||
		Loading…
	
		Reference in New Issue