Skip to content

Commit

Permalink
Fix failing setup ruby 2.7 step in some Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kartiki975 committed Jan 26, 2024
1 parent 1214962 commit ba2c64a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ GEM
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jwt (2.7.1)
libv8-node (16.10.0.0-arm64-darwin)
libv8-node (16.10.0.0-x86_64-darwin)
libv8-node (16.10.0.0-x86_64-linux)
libv8-node (16.19.0.1-arm64-darwin)
libv8-node (16.19.0.1-x86_64-darwin)
libv8-node (16.19.0.1-x86_64-linux)
lodash-rails (4.17.21)
railties (>= 3.1)
loofah (2.22.0)
Expand All @@ -212,8 +212,8 @@ GEM
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.5)
mini_racer (0.6.2)
libv8-node (~> 16.10.0.0)
mini_racer (0.6.4)
libv8-node (~> 16.19.0.0)
minitest (5.21.2)
mocha (2.1.0)
ruby2_keywords (>= 0.0.5)
Expand Down

0 comments on commit ba2c64a

Please sign in to comment.