11#
22# The MIT License (MIT)
33#
4- # Copyright (C) 2019 - 2021 Alexander Kapitman <akman.ru@gmail.com>
4+ # Copyright (C) 2019 - 2022 Alexander Kapitman <akman.ru@gmail.com>
55#
66# Permission is hereby granted, free of charge, to any person obtaining a copy of
77# this software and associated documentation files (the "Software"), to deal in
2323
2424source 'https://rubygems.org'
2525
26- ruby '~> 3.0.3'
26+ ruby '>= 3.0.3'
2727
2828# https://rubygems.org/gems/jekyll
2929gem 'jekyll' , '>= 3.9.2'
@@ -38,7 +38,7 @@ gem 'minima', '>= 2.5.1'
3838gem 'jekyll-theme-cayman' , '>= 0.2.0'
3939
4040# https://rubygems.org/gems/github-pages/
41- gem 'github-pages' , '>= 219 ' , group : :jekyll_plugins
41+ gem 'github-pages' , '>= 226 ' , group : :jekyll_plugins
4242
4343# https://rubygems.org/gems/tzinfo-data
4444gem 'tzinfo-data' , '>= 1.2022.1' , platforms : [ :mingw , :mswin , :x64_mingw , :jruby ]
@@ -53,10 +53,10 @@ gem 'wdm', '>= 0.1.1' if Gem.win_platform?
5353gem 'nokogiri' , '>= 1.13.6'
5454
5555# https://rubygems.org/gems/faraday
56- gem 'faraday' , '~> 2.3.0'
56+ gem 'faraday' , '>= 2.3.0'
5757
5858# https://rubygems.org/gems/faraday-retry
59- gem 'faraday-retry' , '~> 2.0.0'
59+ gem 'faraday-retry' , '>= 2.0.0'
6060
6161# https://rubygems.org/gems/activesupport
6262gem "activesupport" , ">= 6.0.5"
0 commit comments