Skip to content

Commit cf5bf64

Browse files
committed
Bump ruby version to 2.7.4
Especially since I can't seem to install ruby 2.6.4 on my M1 Mac...
1 parent c4480cd commit cf5bf64

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.4
1+
2.7.4

Gemfile.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ GEM
271271
method_source (0.9.2)
272272
mini_magick (4.11.0)
273273
mini_mime (1.1.2)
274+
mini_portile2 (2.8.0)
274275
minitest (5.14.4)
275276
molinillo (0.8.0)
276277
multi_json (1.15.0)
@@ -280,7 +281,8 @@ GEM
280281
naturally (2.2.1)
281282
netrc (0.11.0)
282283
no_proxy_fix (0.1.2)
283-
nokogiri (1.13.3-x86_64-darwin)
284+
nokogiri (1.13.3)
285+
mini_portile2 (~> 2.8.0)
284286
racc (~> 1.4)
285287
octokit (4.21.0)
286288
faraday (>= 0.9)
@@ -435,4 +437,4 @@ DEPENDENCIES
435437
yard
436438

437439
BUNDLED WITH
438-
2.3.13
440+
2.3.16

0 commit comments

Comments
 (0)