Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Restrict byebug to platform :mri
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Nov 9, 2023
1 parent 83e8b62 commit 9956ef6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ source "https://rubygems.org"
# Include dependencies from <gem name>.gemspec
gemspec

gem "byebug"
platform :mri do
gem "byebug"
end
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ GEM
ansi (1.5.0)
ast (2.4.2)
backports (3.24.1)
byebug (11.1.3)
diff-lcs (1.5.0)
diffy (3.4.2)
docile (1.4.0)
Expand Down Expand Up @@ -139,6 +140,7 @@ PLATFORMS
arm64-darwin-22

DEPENDENCIES
byebug
kettle-soup-cover (~> 1.0, >= 1.0.2)
kramdown (~> 2.4)
rake (~> 13.0)
Expand Down

0 comments on commit 9956ef6

Please sign in to comment.