Skip to content

Commit

Permalink
Drop workaround
Browse files Browse the repository at this point in the history
bundle lock --remove-platform ruby
  • Loading branch information
olleolleolle committed Jun 4, 2024
1 parent b35d811 commit ed13269
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ GEM
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
ffi (1.17.0)
ffi (1.17.0-x86_64-linux-gnu)
globalid (1.2.1)
activesupport (>= 6.1)
Expand Down Expand Up @@ -136,7 +135,6 @@ GEM
matrix (0.4.2)
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.23.1)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
Expand All @@ -150,9 +148,6 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
Expand Down Expand Up @@ -276,7 +271,6 @@ GEM
zeitwerk (2.6.15)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
Expand Down

2 comments on commit ed13269

@henrik
Copy link
Member

@henrik henrik commented on ed13269 Jun 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because it didn't work or it was only needed briefly?

@olleolleolle
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@henrik Only needed while the platforms were misunderstood by the dev update version logic. I think the update command should learn to deal with such "platformful" versions.

Please sign in to comment.