Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Upgrade ruby and gems
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsov committed Jan 7, 2022
1 parent 9e7e8b7 commit 4ee3560
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-2.7.2
ruby-2.7.5
28 changes: 16 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GEM
algoliasearch (1.27.5)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
chef-utils (17.8.25)
chef-utils (17.9.26)
concurrent-ruby
colorator (1.1.0)
concurrent-ruby (1.1.9)
Expand All @@ -27,25 +27,29 @@ GEM
ffi (>= 1.15.0)
eventmachine (1.2.7)
exifr (1.3.9)
faraday (1.8.0)
faraday (1.9.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
multipart-post (>= 1.2, < 3)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.2)
multipart-post (>= 1.2, < 3)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
ffi (1.15.4)
filesize (0.2.0)
forwardable-extended (2.6.0)
Expand Down Expand Up @@ -132,18 +136,18 @@ GEM
mixlib-config (>= 2.2.1, < 4)
mixlib-shellout
mercenary (0.4.0)
mini_portile2 (2.6.1)
mini_portile2 (2.7.1)
mixlib-cli (2.1.8)
mixlib-config (3.0.9)
tomlrb
mixlib-shellout (3.2.5)
chef-utils
multipart-post (2.1.1)
netrc (0.11.0)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
nokogiri (1.13.0)
mini_portile2 (~> 2.7.0)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-darwin)
nokogiri (1.13.0-x86_64-darwin)
racc (~> 1.4)
octokit (4.21.0)
faraday (>= 0.9)
Expand Down Expand Up @@ -171,7 +175,7 @@ GEM
faraday (> 0.8, < 2.0)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thor (1.1.0)
thor (1.2.1)
tomlrb (2.0.1)
typhoeus (1.4.0)
ethon (>= 0.9.0)
Expand All @@ -187,8 +191,8 @@ GEM
PLATFORMS
ruby
x86-mswin32
x86_64-darwin-18
x86_64-darwin-19
x86_64-darwin-21

DEPENDENCIES
devdocs!
Expand All @@ -209,4 +213,4 @@ DEPENDENCIES
whatsup_github

BUNDLED WITH
2.2.15
2.1.4

0 comments on commit 4ee3560

Please sign in to comment.