Skip to content

Commit b9a2847

Browse files
committed
Fixed docs Gemfile
1 parent 81b5221 commit b9a2847

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/Gemfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
@@ -23,7 +23,7 @@
2323

2424
source 'https://rubygems.org'
2525

26-
ruby '~> 3.0.3'
26+
ruby '>= 3.0.3'
2727

2828
# https://rubygems.org/gems/jekyll
2929
gem 'jekyll', '>= 3.9.2'
@@ -38,7 +38,7 @@ gem 'minima', '>= 2.5.1'
3838
gem '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
4444
gem 'tzinfo-data', '>= 1.2022.1', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
@@ -53,10 +53,10 @@ gem 'wdm', '>= 0.1.1' if Gem.win_platform?
5353
gem '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
6262
gem "activesupport", ">= 6.0.5"

docs/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,9 @@ PLATFORMS
265265

266266
DEPENDENCIES
267267
activesupport (>= 6.0.5)
268-
faraday (~> 2.3.0)
269-
faraday-retry (~> 2.0.0)
270-
github-pages (>= 219)
268+
faraday (>= 2.3.0)
269+
faraday-retry (>= 2.0.0)
270+
github-pages (>= 226)
271271
jekyll (>= 3.9.2)
272272
jekyll-feed (>= 0.15.1)
273273
jekyll-seo-tag (>= 2.8.0)

0 commit comments

Comments
 (0)