Skip to content

Commit 982a671

Browse files
committed
Get Gemfile working with ruby 3.2.2
1 parent 3f728ed commit 982a671

File tree

2 files changed

+191
-167
lines changed

2 files changed

+191
-167
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ source 'https://rubygems.org'
22

33
require 'json'
44
require 'open-uri'
5-
versions = JSON.parse(open('https://pages.github.com/versions.json').read)
5+
versions = JSON.parse(::URI.open('https://pages.github.com/versions.json').read)
66

77
gem 'github-pages', versions['github-pages']

0 commit comments

Comments
 (0)