Skip to content

Commit

Permalink
downgrade ruby from 3.3.0 to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eliduke committed Jan 11, 2024
1 parent 791363c commit 1bd7549
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.2.2
19 changes: 17 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,18 @@ GEM
mutex_m (0.2.0)
net-http (0.4.1)
uri
nokogiri (1.16.0-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.0-arm-linux)
racc (~> 1.4)
nokogiri (1.16.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.0-x86-linux)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
Expand Down Expand Up @@ -272,7 +282,12 @@ GEM
webrick (1.8.1)

PLATFORMS
arm64-darwin-22
aarch64-linux
arm-linux
arm64-darwin
x86-linux
x86_64-darwin
x86_64-linux

DEPENDENCIES
github-pages
Expand All @@ -285,4 +300,4 @@ DEPENDENCIES
webrick (~> 1.8)

BUNDLED WITH
2.4.12
2.5.3

0 comments on commit 1bd7549

Please sign in to comment.