Skip to content

Commit

Permalink
Merge pull request #740 from curt-mitch-census/migrate-ruby-3.1
Browse files Browse the repository at this point in the history
Migrating Ruby v2.7 - v3.1
  • Loading branch information
sadiejay authored Nov 29, 2023
2 parents 385d5e2 + d72da54 commit 2d081b9
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.2
3.1.3
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

# Note: when updating Ruby version update update .ruby-version file as well
# to ensure Cloud.gov environment version of Ruby matches
ruby '2.7.2'
ruby '3.1.3'

gem "jekyll", github: "jekyll/jekyll", ref: "refs/pull/7821/head"
gem 'json'
Expand Down
62 changes: 41 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,45 @@ GIT
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
Ascii85 (1.1.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
afm (0.2.2)
async (2.6.5)
console (~> 1.10)
fiber-annotation
io-event (~> 1.1)
timers (~> 4.1)
colorator (1.1.0)
concurrent-ruby (1.2.2)
console (1.23.2)
fiber-annotation
fiber-local
diff-lcs (1.5.0)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
ethon (0.16.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
ffi (1.15.5)
ffi (1.16.3)
fiber-annotation (0.2.0)
fiber-local (1.0.0)
forwardable-extended (2.6.0)
html-proofer (4.4.3)
hashery (2.1.2)
html-proofer (5.0.8)
addressable (~> 2.3)
mercenary (~> 0.3)
async (~> 2.1)
nokogiri (~> 1.13)
parallel (~> 1.10)
pdf-reader (~> 2.11)
rainbow (~> 3.0)
typhoeus (~> 1.3)
yell (~> 2.0)
zeitwerk (~> 2.5)
http_parser.rb (0.8.0)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-event (1.3.3)
jekyll-datapage-generator (1.4.0)
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
Expand All @@ -66,27 +80,31 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
mini_portile2 (2.8.1)
nokogiri (1.14.2)
mini_portile2 (~> 2.8.0)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
parallel (1.22.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.1)
racc (1.6.2)
pdf-reader (2.11.0)
Ascii85 (~> 1.0)
afm (~> 0.2.1)
hashery (~> 2.0)
ruby-rc4
ttfunk
public_suffix (5.0.4)
racc (1.7.3)
rainbow (3.1.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rexml (3.2.6)
rouge (3.30.0)
rspec-core (3.12.1)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.2)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rspec-support (3.12.1)
ruby-rc4 (0.1.5)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
Expand All @@ -99,15 +117,17 @@ GEM
sass (~> 3.5, >= 3.5.5)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
typhoeus (1.4.0)
timers (4.3.5)
ttfunk (1.7.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
unicode-display_width (1.8.0)
webrick (1.8.1)
yell (2.2.2)
zeitwerk (2.6.7)
zeitwerk (2.6.12)

PLATFORMS
ruby
arm64-darwin-22

DEPENDENCIES
html-proofer
Expand All @@ -123,7 +143,7 @@ DEPENDENCIES
webrick

RUBY VERSION
ruby 2.7.2p137
ruby 3.1.3p185

BUNDLED WITH
2.1.4
2.4.22

0 comments on commit 2d081b9

Please sign in to comment.