Skip to content

Commit b0c882c

Browse files
authored
chore: update ruby and gems (#200)
1 parent b6a3a49 commit b0c882c

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.github/workflows/deploy-production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Ruby
4444
uses: ruby/setup-ruby@708024e6c902387ab41de36e1669e43b5ee7085e # v1.283.0
4545
with:
46-
ruby-version: 2.6
46+
ruby-version: "3.2"
4747
bundler-cache: true
4848

4949
- name: Fetch Documentation

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source 'http://rubygems.org'
22

33
gem 'algolia_html_extractor', '~> 2.0'
4-
gem 'toml-rb', '~> 2.0'
4+
gem 'toml-rb', '~> 4.0'

Gemfile.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,22 @@ GEM
55
json (~> 2.0)
66
nokogiri (~> 1.10)
77
citrus (3.0.2)
8-
json (2.6.2)
9-
mini_portile2 (2.8.0)
10-
nokogiri (1.13.6)
11-
mini_portile2 (~> 2.8.0)
8+
json (2.18.0)
9+
mini_portile2 (2.8.9)
10+
nokogiri (1.19.0)
11+
mini_portile2 (~> 2.8.2)
1212
racc (~> 1.4)
13-
racc (1.6.0)
14-
toml-rb (2.1.2)
13+
racc (1.8.1)
14+
toml-rb (4.1.0)
1515
citrus (~> 3.0, > 3.0)
16+
racc (~> 1.7)
1617

1718
PLATFORMS
1819
ruby
1920

2021
DEPENDENCIES
2122
algolia_html_extractor (~> 2.0)
22-
toml-rb (~> 2.0)
23+
toml-rb (~> 4.0)
2324

2425
BUNDLED WITH
25-
2.0.2
26+
2.4.19

0 commit comments

Comments
 (0)