Skip to content

Commit

Permalink
fix gemflle for 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
uvlad7 committed Dec 16, 2024
1 parent 11f056a commit 68b2442
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ GEM
diff-lcs (1.5.1)
json (2.9.0)
language_server-protocol (3.17.0.3)
nokogiri (1.15.7-x86_64-linux)
mini_portile2 (2.8.8)
nokogiri (1.15.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.26.3)
parser (3.3.6.0)
Expand Down Expand Up @@ -57,6 +59,7 @@ GEM
unicode-emoji (4.0.4)

PLATFORMS
arm64-darwin-23
x86_64-linux

DEPENDENCIES
Expand Down
5 changes: 3 additions & 2 deletions Gemfile_old_ruby.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,16 @@ GEM
unicode-display_width (1.8.0)

PLATFORMS
-darwin-23
x86_64-linux

DEPENDENCIES
json_scanner!
rake (~> 13.0)
rake-compiler (~> 1.2)
rspec (~> 3.0)
rubocop (~> 0.81)
rubocop (~> 0.81.0)
rubocop-rspec (~> 1.38)

BUNDLED WITH
2.3.27
2.3.26

0 comments on commit 68b2442

Please sign in to comment.